Browse Source

🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

pull/13851/head
pre-commit-ci[bot] 1 month ago
parent
commit
ba5a732927
  1. 2
      fastapi/openapi/utils.py

2
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] = { status_code_ranges: Dict[str, str] = {
"1XX": "Information", "1XX": "Information",
"2XX": "Success", "2XX": "Success",

Loading…
Cancel
Save