From d12015c722e73dbd2ec51bef07f42394ec7ea617 Mon Sep 17 00:00:00 2001 From: Yansong Zhang <916125788@qq.com> Date: Sat, 11 Oct 2025 10:50:32 +0800 Subject: [PATCH] fix --- api/controllers/console/explore/trial.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/controllers/console/explore/trial.py b/api/controllers/console/explore/trial.py index 27b36d32ee..c3acd9db06 100644 --- a/api/controllers/console/explore/trial.py +++ b/api/controllers/console/explore/trial.py @@ -3,10 +3,11 @@ import logging from flask import request from flask_restx import Resource, marshal_with, reqparse from werkzeug.exceptions import Forbidden, InternalServerError, NotFound -from controllers.console import api + import services from controllers.common import fields from controllers.common.fields import build_site_model +from controllers.console import api from controllers.console.app.error import ( AppUnavailableError, AudioTooLargeError,