1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-19 15:35:08 +00:00

Fix auth checking

This commit is contained in:
VarMonke 2022-04-04 18:59:28 +05:30
parent a998593118
commit 66486211f3
2 changed files with 5 additions and 1 deletions

View file

@ -16,6 +16,7 @@ __all__ = (
'Paginator',
'get_user',
'get_repo_from_name',
'get_repo_issue',
)