code linted

This commit is contained in:
Lorenzo Venerandi
2026-03-07 17:14:07 +01:00
parent e1ec7ede45
commit f391da2025
2 changed files with 5 additions and 3 deletions

View File

@@ -74,7 +74,9 @@ async def lifespan(app: FastAPI):
password_line = ""
if config.dashboard_password_generated:
password_line = f"\n\nDASHBOARD PASSWORD (auto-generated)\n{config.dashboard_password}"
password_line = (
f"\n\nDASHBOARD PASSWORD (auto-generated)\n{config.dashboard_password}"
)
banner = f"""