Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Aug 21, 2024
1 parent d374e2f commit d67a035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
from contextlib import contextmanager
from typing import TYPE_CHECKING, Any, Iterator

import pytest
from markdown.core import Markdown
from mkdocs.config.defaults import MkDocsConfig

if TYPE_CHECKING:
from pathlib import Path

import pytest
from mkdocstrings.plugin import MkdocstringsPlugin

from mkdocstrings_handlers.python.handler import PythonHandler
Expand Down
2 changes: 1 addition & 1 deletion tests/test_end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from mkdocstrings.handlers.python import PythonHandler


options = {
options: dict[str, Any] = {
# General options.
"find_stubs_package": (True, False),
"allow_inspection": (True, False),
Expand Down

0 comments on commit d67a035

Please sign in to comment.