From 98b4c67292285f39111583ac6d7bdd02e6c16c5a Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Thu, 14 Aug 2025 09:39:00 +0800 Subject: [PATCH] Trival. (#9460) ### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- api/apps/user_app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/apps/user_app.py b/api/apps/user_app.py index 76bd89563..3668efe75 100644 --- a/api/apps/user_app.py +++ b/api/apps/user_app.py @@ -28,7 +28,8 @@ from api.apps.auth import get_auth_client from api.db import FileType, UserTenantRole from api.db.db_models import TenantLLM from api.db.services.file_service import FileService -from api.db.services.llm_service import TenantLLMService, get_init_tenant_llm +from api.db.services.llm_service import get_init_tenant_llm +from api.db.services.tenant_llm_service import TenantLLMService from api.db.services.user_service import TenantService, UserService, UserTenantService from api.utils import ( current_timestamp,