Browse Source

Update utils.py

pull/13851/head
Atul Patel 1 month ago
committed by GitHub
parent
commit
106dbe000d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      fastapi/openapi/utils.py

2
fastapi/openapi/utils.py

@ -64,7 +64,7 @@ validation_error_response_definition = {
} }
}, },
} }
my_code = { "name" : "test" }
status_code_ranges: Dict[str, str] = { status_code_ranges: Dict[str, str] = {
"1XX": "Information", "1XX": "Information",
"2XX": "Success", "2XX": "Success",

Loading…
Cancel
Save