mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-23 01:06:30 +00:00
Fix sync example (#741)
This commit is contained in:
parent
28a841fad4
commit
b8c52c3a92
@ -84,7 +84,7 @@ class Auth:
|
|||||||
self.host = host
|
self.host = host
|
||||||
self.access_token = access_token
|
self.access_token = access_token
|
||||||
|
|
||||||
async def request(self, method: str, path: str, **kwargs) -> requests.Response:
|
def request(self, method: str, path: str, **kwargs) -> requests.Response:
|
||||||
"""Make a request."""
|
"""Make a request."""
|
||||||
headers = kwargs.get("headers")
|
headers = kwargs.get("headers")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user