🚨 Fixed linter warnings

This commit is contained in:
Mawoka
2022-06-17 12:57:54 +02:00
parent 970348310a
commit 9bf788a106
2 changed files with 3 additions and 6 deletions
-1
View File
@@ -14,7 +14,6 @@ settings = settings()
if settings.sentry_dsn:
sentry_sdk.init(dsn=settings.sentry_dsn, integrations=[RedisIntegration()])
app = FastAPI(redoc_url="", docs_url="/api/docs")
# app = FastAPI(redoc_url="", docs_url="")
app.state.database = database