🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2025-12-03 21:00:56 +00:00 committed by GitHub
parent e03e232c39
commit feffe5b824
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -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."""