🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

This commit is contained in:
pre-commit-ci[bot] 2025-04-02 16:51:13 +00:00
parent 04b336640c
commit c5fe422f1b
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)