Skip to content

Commit c6bcdb6

Browse files
committed
fix missed path
1 parent e992b8a commit c6bcdb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/manuals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import constants
3434
import core
3535
from core.context import Context
36-
from core.paginator import TextPager
36+
from core.utils.paginator import TextPager
3737

3838

3939
if TYPE_CHECKING:

0 commit comments

Comments
 (0)