code format

This commit is contained in:
Jakub Miazek
2024-04-24 10:37:08 +02:00
parent 43fe665608
commit c2975fd260
19 changed files with 358 additions and 173 deletions

View File

@@ -24,4 +24,4 @@ async def test_import_animals(client: AsyncClient):
)
assert response.status_code == expected_status
assert response.json() == {'filename': 'nonsense.xlsx', 'nonsense_records': 10}
assert response.json() == {"filename": "nonsense.xlsx", "nonsense_records": 10}