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:
parent
c39e4c1ed6
commit
04a1eecec8
3 changed files with 14 additions and 19 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue