Skip to content

Commit b839ef0

Browse files
committed
tests: Fix type checking import
1 parent da2ba13 commit b839ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_themes.py

+1-1
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)