Skip to content

Commit

Permalink
🐛 fix:初始化代码并导入 matcher 模块
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvandia committed Nov 13, 2024
1 parent 990a793 commit 6778330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nonebot_plugin_genshin_cos/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from nonebot import logger
import contextlib
from . import matcher

with contextlib.suppress(Exception):
from nonebot.plugin import PluginMetadata
Expand Down

0 comments on commit 6778330

Please sign in to comment.