mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:13:24 +02:00
ruff: enable T20 lint
and remove a print hello world :)
This commit is contained in:
@@ -5,7 +5,6 @@ from app.tvdb import router as tvdb_router
|
||||
from fastapi import FastAPI
|
||||
from starlette_exporter import PrometheusMiddleware, handle_metrics
|
||||
|
||||
print("Hello world!")
|
||||
app = FastAPI(root_path=os.getenv("BASE_PATH"))
|
||||
|
||||
app.add_middleware(PrometheusMiddleware)
|
||||
|
||||
Reference in New Issue
Block a user