We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9a5c2 commit 70f39f7Copy full SHA for 70f39f7
tests/conftest.py
@@ -93,4 +93,4 @@ def fixture_handler(plugin: MkdocstringsPlugin, ext_markdown: Markdown) -> Pytho
93
"""
94
handler = plugin.handlers.get_handler("python")
95
handler._update_env(ext_markdown, plugin.handlers._config)
96
- return handler
+ return handler # type: ignore[return-value]
0 commit comments