From 106dbe000d27136cfd0f6f98756842c6b6b0d5a3 Mon Sep 17 00:00:00 2001 From: Atul Patel Date: Tue, 1 Jul 2025 17:51:18 +0530 Subject: [PATCH] Update utils.py --- 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 808646cc2..7b6610acc 100644 --- a/fastapi/openapi/utils.py +++ b/fastapi/openapi/utils.py @@ -64,7 +64,7 @@ validation_error_response_definition = { } }, } - +my_code = { "name" : "test" } status_code_ranges: Dict[str, str] = { "1XX": "Information", "2XX": "Success",