mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-07-08 07:07:36 +00:00
Small typo
This commit is contained in:
parent
1f5eef19e7
commit
24d539a789
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Paginator:
|
|||
self.session = session
|
||||
self.response = response
|
||||
self.should_paginate = bool(self.response.headers.get('Link', False))
|
||||
types: dict[str, User | ...] = {
|
||||
types: dict[str, APIOBJECT] = {
|
||||
'user': User,
|
||||
}
|
||||
self.target_type = types[target_type]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue