Skip to content

Commit 59bd6d0

Browse files
authored
🗑️ migrate paginator
1 parent 026c942 commit 59bd6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

githubkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
from .config import Config as Config
1717
from .core import GitHubCore as GitHubCore
1818
from .github import GitHub as GitHub
19-
from .paginator import Paginator as Paginator
2019
from .response import Response as Response
20+
from .rest.paginator import Paginator as Paginator

0 commit comments

Comments
 (0)