mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
format code
This commit is contained in:
@@ -29,7 +29,6 @@ async def start_db():
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
async def client(start_db) -> AsyncClient:
|
||||
|
||||
transport = ASGITransport(
|
||||
app=app,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user