From d52fc40038ddb8ee6c8c34f33b7c820f7ddf114d Mon Sep 17 00:00:00 2001 From: Adhithya <77617084+Adhithya03@users.noreply.github.com> Date: Tue, 24 Dec 2024 22:25:13 +0530 Subject: [PATCH] format --- backend/open_webui/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/open_webui/__init__.py b/backend/open_webui/__init__.py index 1376859ad..cb019655a 100644 --- a/backend/open_webui/__init__.py +++ b/backend/open_webui/__init__.py @@ -13,8 +13,6 @@ app = typer.Typer() KEY_FILE = Path.cwd() / ".webui_secret_key" - - @app.command() def serve( host: str = "0.0.0.0",