Skip to content

Commit

Permalink
main: add extra newline before @asynccontextmanager
Browse files Browse the repository at this point in the history
Fixes the following flake8 error:

E302 expected 2 blank lines, found 1
  • Loading branch information
stintel committed Jan 17, 2024
1 parent a0c93c8 commit c9b7d93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

settings = get_settings()


@asynccontextmanager
async def lifespan(app: FastAPI):
migrate_user_files()
Expand Down

0 comments on commit c9b7d93

Please sign in to comment.