Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Nov 21, 2024
1 parent 589c88f commit 3d1a7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preClinVar/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async def lifespan(app_: FastAPI):
"{levelprefix} {asctime} : {message}", style="{", use_colors=True
)
LOG.handlers[0].setFormatter(console_formatter)
yield # This is crucial for the lifespan context manager
yield


app = FastAPI(lifespan=lifespan)
Expand Down

0 comments on commit 3d1a7b6

Please sign in to comment.