format code

This commit is contained in:
grillazz
2025-03-08 17:27:53 +01:00
parent 8f96c8a472
commit 0260df4d09
15 changed files with 23 additions and 30 deletions

View File

@@ -29,7 +29,6 @@ async def start_db():
@pytest.fixture(scope="session")
async def client(start_db) -> AsyncClient:
transport = ASGITransport(
app=app,
)