Browse Source

🎨 Auto format

pull/14446/head
pre-commit-ci-lite[bot] 8 months ago
committed by GitHub
parent
commit
feffe5b824
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      tests/test_ast_inference.py

3
tests/test_ast_inference.py

@ -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…
Cancel
Save