Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b839ef0

Browse filesBrowse files
committed
tests: Fix type checking import
1 parent da2ba13 commit b839ef0
Copy full SHA for b839ef0

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎tests/test_themes.py

Copy file name to clipboardExpand all lines: tests/test_themes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import pytest
88

99
if TYPE_CHECKING:
10-
from mkdocstrings.handlers.python import PythonHandler
10+
from mkdocstrings_handlers.python.handler import PythonHandler
1111

1212

1313
@pytest.mark.parametrize(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.