From cd9e28dbf461ff0d2b6da645541232e5cdae3e73 Mon Sep 17 00:00:00 2001 From: Yansong Zhang <916125788@qq.com> Date: Thu, 23 Oct 2025 11:11:53 +0800 Subject: [PATCH] mr main and rebuild migration --- api/controllers/console/explore/wraps.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/controllers/console/explore/wraps.py b/api/controllers/console/explore/wraps.py index 008a47028f..475a617aae 100644 --- a/api/controllers/console/explore/wraps.py +++ b/api/controllers/console/explore/wraps.py @@ -9,10 +9,8 @@ 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, login_required -from models import InstalledApp +from libs.login import current_account_with_tenant, current_user, login_required from models import AccountTrialAppRecord, App, InstalledApp, TrialApp -from libs.login import current_user from services.enterprise.enterprise_service import EnterpriseService from services.feature_service import FeatureService