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