Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed Feb 3, 2024
1 parent b2951ef commit bf04119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions litestar/_openapi/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ def create_error_responses(exceptions: list[type[HTTPException]]) -> Iterator[tu
any_of=[
Schema(type=OpenAPIType.NULL),
Schema(type=OpenAPIType.OBJECT),
Schema(type=OpenAPIType.ARRAY, items=Schema())
],
Schema(type=OpenAPIType.ARRAY, items=Schema()),
],
additional_properties=Schema(),
),
},
Expand Down

0 comments on commit bf04119

Please sign in to comment.