Skip to content

Commit

Permalink
🎨 修复导入语句,添加类型忽略注释以提高代码兼容性
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Dec 13, 2024
1 parent 53d9cfb commit 40f1982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nonebot_plugin_marshoai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
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 *
Expand Down

0 comments on commit 40f1982

Please sign in to comment.