mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 12:26:29 +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 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."""
|
||||
self.websession = websession
|
||||
self.host = host
|
||||
|
Loading…
x
Reference in New Issue
Block a user