From d11763dcc881a24df273e17614a23ddd2b46fa82 Mon Sep 17 00:00:00 2001 From: hetaoBackend Date: Tue, 20 Jan 2026 09:58:27 +0800 Subject: [PATCH] fix: fix backend --- backend/src/gateway/routers/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/gateway/routers/__init__.py b/backend/src/gateway/routers/__init__.py index d4c8035..d6437d0 100644 --- a/backend/src/gateway/routers/__init__.py +++ b/backend/src/gateway/routers/__init__.py @@ -1,3 +1,3 @@ -from . import artifacts, models, proxy +from . import artifacts, models -__all__ = ["artifacts", "models", "proxy"] +__all__ = ["artifacts", "models"]