Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
fixup! Petstore example
Browse files Browse the repository at this point in the history
  • Loading branch information
kornicameister committed Jan 22, 2020
1 parent 56a0a91 commit bf42e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/petstore/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


async def list_pets(
tags: t.Optional[t.List[str]] = None,
tags: t.Optional[list] = None,
limit: t.Optional[int] = None,
) -> response.Response:
return {
Expand Down

0 comments on commit bf42e4d

Please sign in to comment.