From ba5a7329272ad5f4944bb26191de565e46eb9407 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 13:02:23 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?UTF-8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastapi/openapi/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi/openapi/utils.py b/fastapi/openapi/utils.py index 7b6610acc..3642753bb 100644 --- a/fastapi/openapi/utils.py +++ b/fastapi/openapi/utils.py @@ -64,7 +64,7 @@ validation_error_response_definition = { } }, } -my_code = { "name" : "test" } +my_code = {"name": "test"} status_code_ranges: Dict[str, str] = { "1XX": "Information", "2XX": "Success",