We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026c942 commit 59bd6d0Copy full SHA for 59bd6d0
1 file changed
githubkit/__init__.py
@@ -16,5 +16,5 @@
16
from .config import Config as Config
17
from .core import GitHubCore as GitHubCore
18
from .github import GitHub as GitHub
19
-from .paginator import Paginator as Paginator
20
from .response import Response as Response
+from .rest.paginator import Paginator as Paginator
0 commit comments