From e7f1f2ce6b97d858b758f3d5aafed0835493ad59 Mon Sep 17 00:00:00 2001 From: Nathaniel King <65478000+nathanielarking@users.noreply.github.com> Date: Fri, 19 Jan 2024 04:28:01 +0000 Subject: [PATCH] fix: reformat --- 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 d7a4108fae..c3b2111388 100644 --- a/litestar/_openapi/responses.py +++ b/litestar/_openapi/responses.py @@ -281,8 +281,8 @@ def create_error_responses(exceptions: list[type[HTTPException]]) -> Iterator[tu "detail": Schema(type=OpenAPIType.STRING), "extra": Schema( any_of=[ - Schema(type=OpenAPIType.NULL), - Schema(type=OpenAPIType.OBJECT), + Schema(type=OpenAPIType.NULL), + Schema(type=OpenAPIType.OBJECT), Schema(type=OpenAPIType.ARRAY, items=Schema()) ], additional_properties=Schema(),