🎨 Auto format

This commit is contained in:
pre-commit-ci-lite[bot] 2026-02-21 22:18:51 +00:00 committed by GitHub
parent 6cb4454b98
commit 473d68bd63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ def test_read_items():
with TestClient(app) as client:
response = client.get("/items/foo")
assert response.status_code == 200
assert response.json() == {"name": "Fighters"}
assert response.json() == {"name": "Fighters"}