Skip to content

Commit

Permalink
chore: Remove type ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Sep 4, 2023
1 parent 2cc15a0 commit 4e67d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mkdocstrings_handlers/python/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class PythonHandler(BaseHandler):
domain: str = "py" # to match Sphinx's default domain
enable_inventory: bool = True
fallback_theme = "material"
fallback_config: ClassVar[dict] = {"fallback": True} # type: ignore[misc]
fallback_config: ClassVar[dict] = {"fallback": True}
default_config: ClassVar[dict] = {
"docstring_style": "google",
"docstring_options": {},
Expand Down

0 comments on commit 4e67d1f

Please sign in to comment.