8000 ci: Quality · melissawm/mkdocstrings-python@70f39f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 70f39f7

Browse files
committed
ci: Quality
1 parent ae9a5c2 commit 70f39f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ def fixture_handler(plugin: MkdocstringsPlugin, ext_markdown: Markdown) -> Pytho
9393
"""
9494
handler = plugin.handlers.get_handler("python")
9595
handler._update_env(ext_markdown, plugin.handlers._config)
96-
return handler
96+
return handler # type: ignore[return-value]

0 commit comments

Comments
 (0)
0