Skip to content

Commit 2783cc0

Browse files
committed
chore: clean code
1 parent c61e3c9 commit 2783cc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

astrbot/core/star/star_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ async def load(self, plugin_modules=None):
371371
inactivated_llm_tools = await sp.global_get("inactivated_llm_tools", [])
372372
alter_cmd = await sp.global_get("alter_cmd", {})
373373

374-
plugin_modules = self._get_plugin_modules()
375374
if plugin_modules is None:
376375
return False, "未找到任何插件模块"
377376
logger.info(

0 commit comments

Comments
 (0)