From 754f1a3cfad675798362e5a36ea6d5137decc091 Mon Sep 17 00:00:00 2001 From: Yansong Zhang <916125788@qq.com> Date: Thu, 23 Oct 2025 11:14:24 +0800 Subject: [PATCH] mr main and rebuild migration --- api/controllers/console/explore/wraps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controllers/console/explore/wraps.py b/api/controllers/console/explore/wraps.py index 0f2f8d6dc9..38f0a04904 100644 --- a/api/controllers/console/explore/wraps.py +++ b/api/controllers/console/explore/wraps.py @@ -9,7 +9,7 @@ from werkzeug.exceptions import NotFound from controllers.console.explore.error import AppAccessDeniedError, TrialAppLimitExceeded, TrialAppNotAllowed from controllers.console.wraps import account_initialization_required from extensions.ext_database import db -from libs.login import current_account_with_tenant, current_user, login_required +from libs.login import current_account_with_tenant, login_required from models import AccountTrialAppRecord, App, InstalledApp, TrialApp from services.enterprise.enterprise_service import EnterpriseService from services.feature_service import FeatureService