Skip to content

Commit

Permalink
Merge pull request #124 from KurganskyVladimir/master
Browse files Browse the repository at this point in the history
Fix return type for setup_aiohttp_apispec
  • Loading branch information
maximdanilchenko authored Jan 7, 2023
2 parents 12c5d77 + b78c894 commit 5b66afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp_apispec/aiohttp_apispec.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def setup_aiohttp_apispec(
prefix: str = '',
schema_name_resolver: Callable = resolver,
**kwargs,
) -> None:
) -> AiohttpApiSpec:
"""
aiohttp-apispec extension.
Expand Down

0 comments on commit 5b66afb

Please sign in to comment.