Browse Source

🎨 Auto format

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

1
tests/test_ast_inference.py

@ -306,6 +306,7 @@ def test_openapi_schema_ast_inference():
assert arg_types_props["bool_val"]["type"] == "boolean"
assert arg_types_props["float_val"]["type"] == "number"
@pytest.mark.parametrize(
"func",
[

Loading…
Cancel
Save