🔥 移除 hunyuan 相关文件

This commit is contained in:
2025-09-05 15:34:49 +08:00
parent 93bfb966ea
commit 7eb22743d8
5 changed files with 5 additions and 80 deletions

View File

@@ -5,7 +5,6 @@ from nonebot import get_driver, logger, on_command, require
from nonebot.adapters import Bot, Event
from nonebot.matcher import Matcher
from nonebot.typing import T_State
from nonebot_plugin_argot import add_argot, get_message_id
from nonebot_plugin_marshoai.plugin.load import reload_plugin
@@ -25,8 +24,8 @@ from nonebot_plugin_alconna import (
on_alconna,
)
from .observer import *
from .plugin import get_plugin, get_plugins
from .observer import * # noqa: F403
from .plugin import get_plugin
from .plugin.func_call.caller import get_function_calls
driver = get_driver()