mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 21:06:28 +00:00
Fix typo (#361)
This commit is contained in:
parent
fd0e9d5e0b
commit
653ef36243
@ -26,7 +26,7 @@ from aiohttp import ClientSession, ClientResponse
|
|||||||
class Auth:
|
class Auth:
|
||||||
"""Class to make authenticated requests."""
|
"""Class to make authenticated requests."""
|
||||||
|
|
||||||
def __init__(self, websession: ClientSession, host: str, , access_token: str):
|
def __init__(self, websession: ClientSession, host: str, access_token: str):
|
||||||
"""Initialize the auth."""
|
"""Initialize the auth."""
|
||||||
self.websession = websession
|
self.websession = websession
|
||||||
self.host = host
|
self.host = host
|
||||||
|
Loading…
x
Reference in New Issue
Block a user