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",