Skip to content

Commit 6812234

Browse files
committed
ci: Remove unused type ignore comment
1 parent 2907379 commit 6812234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_themes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ def test_render_themes_templates(module: str, plugin: MkdocstringsPlugin) -> Non
3939
plugin: The plugin instance (parametrized fixture).
4040
"""
4141
handler = plugin.handlers.get_handler("python")
42-
handler._update_env(plugin.md, plugin.handlers._config) # type: ignore[attr-defined]
42+
handler._update_env(plugin.md, plugin.handlers._config)
4343
data = handler.collect(module, {})
4444
handler.render(data, {})

0 commit comments

Comments
 (0)