mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-01-26 18:12:47 +08:00
🎨 修复导入语句,添加类型忽略注释以提高代码兼容性
This commit is contained in:
parent
53d9cfb15a
commit
40f1982708
@ -3,8 +3,8 @@ from nonebot.plugin import require
|
|||||||
require("nonebot_plugin_alconna")
|
require("nonebot_plugin_alconna")
|
||||||
require("nonebot_plugin_localstore")
|
require("nonebot_plugin_localstore")
|
||||||
|
|
||||||
import nonebot_plugin_localstore as store
|
import nonebot_plugin_localstore as store # type: ignore
|
||||||
from nonebot import get_driver, logger
|
from nonebot import get_driver, logger # type: ignore
|
||||||
|
|
||||||
# from .hunyuan import *
|
# from .hunyuan import *
|
||||||
from .azure import *
|
from .azure import *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user