From 684e518b871820447deb79fe0c81fa0d908d2d46 Mon Sep 17 00:00:00 2001 From: InfinityPacer <160988576+InfinityPacer@users.noreply.github.com> Date: Thu, 24 Oct 2024 09:53:44 +0800 Subject: [PATCH] fix(setup): remove unnecessary comments --- app/core/plugin.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/core/plugin.py b/app/core/plugin.py index b34aad9d..b1fd0a5b 100644 --- a/app/core/plugin.py +++ b/app/core/plugin.py @@ -334,10 +334,7 @@ class PluginManager(metaclass=Singleton): def install_plugin_missing_dependencies(self) -> List[str]: """ 安装插件中缺失或不兼容的依赖项 - - :return: (success, message) """ - # return [] # 第一步:获取需要安装的依赖项列表 missing_dependencies = self.pluginhelper.find_missing_dependencies() if not missing_dependencies: