diff --git a/nonebot_plugin_marshoai/__init__.py b/nonebot_plugin_marshoai/__init__.py index 6fd58a4b..7b1cc1a3 100755 --- a/nonebot_plugin_marshoai/__init__.py +++ b/nonebot_plugin_marshoai/__init__.py @@ -3,8 +3,8 @@ from nonebot.plugin import require require("nonebot_plugin_alconna") require("nonebot_plugin_localstore") -import nonebot_plugin_localstore as store -from nonebot import get_driver, logger +import nonebot_plugin_localstore as store # type: ignore +from nonebot import get_driver, logger # type: ignore # from .hunyuan import * from .azure import *