Skip to content

Commit

Permalink
Fix typing in tox-dev#314
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Jan 23, 2023
1 parent 2653e7d commit ef280d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sphinx_autodoc_typehints/patches.py
Expand Up @@ -86,7 +86,7 @@ def patch_google_docstring_lookup_annotation() -> None:
GoogleDocstring._lookup_annotation = patched_lookup_annotation # type: ignore[assignment]


def install_patches(app):
def install_patches(app: Sphinx) -> None:
fix_autodoc_typehints_for_overloaded_methods()
patch_attribute_handling(app)
patch_google_docstring_lookup_annotation()
Expand Down

0 comments on commit ef280d1

Please sign in to comment.