From bf0411970133464be29761adf49be2dc2016b7c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janek=20Nouvertn=C3=A9?= <25355197+provinzkraut@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:51:51 +0100 Subject: [PATCH] Formatting --- litestar/_openapi/responses.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/litestar/_openapi/responses.py b/litestar/_openapi/responses.py index c3b2111388..92c146f422 100644 --- a/litestar/_openapi/responses.py +++ b/litestar/_openapi/responses.py @@ -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(), ), },