Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Jan 28, 2024
1 parent 402dc54 commit 2e86ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mb/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@


@asynccontextmanager
async def lifespan(fastapi_app: FastAPI):
async def lifespan(fastapi_app: FastAPI): # ignore: unused-argument
await init_mongo()
await create_superuser()
yield
Expand Down

0 comments on commit 2e86ada

Please sign in to comment.