Format with script

This commit is contained in:
dbejo 2025-04-03 08:45:16 +02:00
parent 04b336640c
commit 23c4f42c50
3 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,7 @@ async def lifespan(app: FastAPI):
create_db_and_tables()
yield
app = FastAPI(lifespan=lifespan)

View File

@ -36,6 +36,7 @@ async def lifespan(app: FastAPI):
create_db_and_tables()
yield
app = FastAPI(lifespan=lifespan)

View File

@ -33,6 +33,7 @@ async def lifespan(app: FastAPI):
create_db_and_tables()
yield
app = FastAPI(lifespan=lifespan)