linter stuff

This commit is contained in:
Jai Suphavadeeprasit 2026-01-19 14:45:50 -05:00
parent ea1a7e7482
commit 5c0ac94095
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