This commit is contained in:
cgtobi 2019-11-25 23:46:28 +01:00 committed by GitHub
parent fd0e9d5e0b
commit 653ef36243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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