Skip to content

Commit

Permalink
Change type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Apr 30, 2024
1 parent 4bf5720 commit 0a70e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kui/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __getitem__(
parameters: typing.Tuple[
int,
typing.Dict[str, spec.Header | spec.Reference],
typing.Type[BaseModel] | spec.Schema | type,
typing.Type[BaseModel] | spec.Schema | typing.Any,
]
| typing.Tuple[int, typing.Dict[str, spec.Header | spec.Reference]]
| int,
Expand Down

0 comments on commit 0a70e3b

Please sign in to comment.