mirror of https://github.com/tiangolo/fastapi.git
🎨 Auto format
This commit is contained in:
parent
e03e232c39
commit
feffe5b824
|
|
@ -121,8 +121,6 @@ def get_arg_types(a: int, b: str, c: bool, d: float) -> Dict[str, Any]:
|
|||
return {"int_val": a, "str_val": b, "bool_val": c, "float_val": d}
|
||||
|
||||
|
||||
|
||||
|
||||
client = TestClient(app)
|
||||
|
||||
|
||||
|
|
@ -319,7 +317,6 @@ def test_openapi_schema_ast_inference():
|
|||
assert arg_types_props["float_val"]["type"] == "number"
|
||||
|
||||
|
||||
|
||||
def test_infer_response_model_edge_cases() -> None:
|
||||
"""Test edge cases for infer_response_model_from_ast function."""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue