linter stuff

This commit is contained in:
Jai Suphavadeeprasit 2026-01-19 14:45:50 -05:00
parent 3517d07c8a
commit 51e4640c69
2 changed files with 0 additions and 7 deletions

View file

@ -747,7 +747,6 @@ async def lora_unload() -> JSONResponse:
def build_app(args: Namespace) -> FastAPI:
"""Build the FastAPI application."""
global app
app.root_path = args.root_path
return app