Skip to content

Commit

Permalink
ci: Quality
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed May 25, 2024
1 parent ae9a5c2 commit 70f39f7
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
return handler # type: ignore[return-value]

0 comments on commit 70f39f7

Please sign in to comment.