From 40f1982708d5f3c75df3971b5e91063d09777c5b Mon Sep 17 00:00:00 2001 From: Snowykami Date: Sat, 14 Dec 2024 01:50:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E4=BF=AE=E5=A4=8D=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E8=AF=AD=E5=8F=A5=EF=BC=8C=E6=B7=BB=E5=8A=A0=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=BF=BD=E7=95=A5=E6=B3=A8=E9=87=8A=E4=BB=A5=E6=8F=90?= =?UTF-8?q?=E9=AB=98=E4=BB=A3=E7=A0=81=E5=85=BC=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot_plugin_marshoai/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 *