Skip to content

Commit

Permalink
ci: Remove unused type ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed May 14, 2024
1 parent 5253358 commit 6885009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ def fixture_handler(plugin: MkdocstringsPlugin, ext_markdown: Markdown) -> Pytho
"""
handler = plugin.handlers.get_handler("python")
handler._update_env(ext_markdown, plugin.handlers._config)
return handler # type: ignore[return-value]
return handler

0 comments on commit 6885009

Please sign in to comment.