Skip to content

Commit fa5bd3f

Browse files
authored
Fix typing in #314 (#315)
1 parent 2653e7d commit fa5bd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sphinx_autodoc_typehints/patches.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def patch_google_docstring_lookup_annotation() -> None:
8686
GoogleDocstring._lookup_annotation = patched_lookup_annotation # type: ignore[assignment]
8787

8888

89-
def install_patches(app):
89+
def install_patches(app: Sphinx) -> None:
9090
fix_autodoc_typehints_for_overloaded_methods()
9191
patch_attribute_handling(app)
9292
patch_google_docstring_lookup_annotation()

0 commit comments

Comments
 (0)