From e5f9a09728d302521dac0a5d051c988d778e3513 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 11 Apr 2025 15:42:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8F=92=E4=BB=B6=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=EF=BC=8Cserver=E5=85=B1=E4=BA=AB=20robot=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=9A=84=E5=AF=B9=E8=B1=A1=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/blueprints/plugin_routes.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/admin/dashboard/blueprints/plugin_routes.py b/admin/dashboard/blueprints/plugin_routes.py index 935d46c..ca0145d 100644 --- a/admin/dashboard/blueprints/plugin_routes.py +++ b/admin/dashboard/blueprints/plugin_routes.py @@ -2,8 +2,6 @@ import logging from flask import Blueprint, request, jsonify, render_template, current_app from admin.dashboard.blueprints.auth import login_required -from plugin_common.plugin_manager import PluginManager -from plugin_common.plugin_registry import PluginRegistry # 创建蓝图 plugin_routes = Blueprint('plugin_routes', __name__)