Skip to content

Commit

Permalink
Add test fake env to test CI formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanymkanov committed Jun 12, 2024
1 parent 47e8a1b commit eb91c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@asynccontextmanager
async def lifespan(_application: FastAPI) -> AsyncGenerator:
# Startup
break_intentionally = 'FAKE VAR'
_ = 'FAKE VAR'
yield
# Shutdown

Expand Down

0 comments on commit eb91c31

Please sign in to comment.