mirror of https://github.com/tiangolo/fastapi.git
Format with script
This commit is contained in:
parent
04b336640c
commit
23c4f42c50
|
|
@ -37,6 +37,7 @@ async def lifespan(app: FastAPI):
|
|||
create_db_and_tables()
|
||||
yield
|
||||
|
||||
|
||||
app = FastAPI(lifespan=lifespan)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ async def lifespan(app: FastAPI):
|
|||
create_db_and_tables()
|
||||
yield
|
||||
|
||||
|
||||
app = FastAPI(lifespan=lifespan)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ async def lifespan(app: FastAPI):
|
|||
create_db_and_tables()
|
||||
yield
|
||||
|
||||
|
||||
app = FastAPI(lifespan=lifespan)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue