Skip to content

Commit d67a035

Browse files
committed
wip
1 parent d374e2f commit d67a035

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
from contextlib import contextmanager
77
from typing import TYPE_CHECKING, Any, Iterator
88

9-
import pytest
109
from markdown.core import Markdown
1110
from mkdocs.config.defaults import MkDocsConfig
1211

1312
if TYPE_CHECKING:
1413
from pathlib import Path
1514

15+
import pytest
1616
from mkdocstrings.plugin import MkdocstringsPlugin
1717

1818
from mkdocstrings_handlers.python.handler import PythonHandler

tests/test_end_to_end.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from mkdocstrings.handlers.python import PythonHandler
1818

1919

20-
options = {
20+
options: dict[str, Any] = {
2121
# General options.
2222
"find_stubs_package": (True, False),
2323
"allow_inspection": (True, False),

0 commit comments

Comments
 (0)