1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-18 06:55:09 +00:00

Fixed some issues with Repo and Partial Users

This commit is contained in:
sudosnok 2022-03-27 19:02:36 +01:00
parent c39e4c1ed6
commit 04a1eecec8
3 changed files with 14 additions and 19 deletions

View file

@ -21,7 +21,7 @@ class APIOBJECT:
'session'
)
def __init__(self, response: dict[str, str | int], session: aiohttp.ClientSession) -> None:
def __init__(self, response: dict[str, str | int | dict[str, str | int]], session: aiohttp.ClientSession) -> None:
self._response = response
self.session = session