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 2907379 commit 6812234Copy full SHA for 6812234
tests/test_themes.py
@@ -39,6 +39,6 @@ def test_render_themes_templates(module: str, plugin: MkdocstringsPlugin) -> Non
39
plugin: The plugin instance (parametrized fixture).
40
"""
41
handler = plugin.handlers.get_handler("python")
42
- handler._update_env(plugin.md, plugin.handlers._config) # type: ignore[attr-defined]
+ handler._update_env(plugin.md, plugin.handlers._config)
43
data = handler.collect(module, {})
44
handler.render(data, {})
0 commit comments