Browse Source

🎨 Auto format

pull/14678/head
pre-commit-ci-lite[bot] 6 months ago
committed by GitHub
parent
commit
468548a73b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      tests/test_validate_response.py

1
tests/test_validate_response.py

@ -46,6 +46,7 @@ def get_invalidlist():
{"name": "baz", "price": "baz"},
]
# edge cases
@app.get("/items/invalidDict", response_model=Item)
def get_invalidDict():

Loading…
Cancel
Save