We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf5720 commit 0a70e3bCopy full SHA for 0a70e3b
kui/responses.py
@@ -21,7 +21,7 @@ def __getitem__(
21
parameters: typing.Tuple[
22
int,
23
typing.Dict[str, spec.Header | spec.Reference],
24
- typing.Type[BaseModel] | spec.Schema | type,
+ typing.Type[BaseModel] | spec.Schema | typing.Any,
25
]
26
| typing.Tuple[int, typing.Dict[str, spec.Header | spec.Reference]]
27
| int,
0 commit comments