mirror of https://github.com/Mai-with-u/MaiBot.git
🤖 自动格式化代码 [skip ci]
parent
299cf390ed
commit
b738008c84
|
|
@ -2,6 +2,7 @@
|
|||
import asyncio # 重新导入 asyncio
|
||||
from typing import Dict, Optional # 重新导入类型
|
||||
from ..chat.message import MessageSending, MessageThinking # 只保留 MessageSending 和 MessageThinking
|
||||
|
||||
# from ..message import global_api
|
||||
from src.plugins.message.api import global_api
|
||||
from ..storage.storage import MessageStorage
|
||||
|
|
|
|||
Loading…
Reference in New Issue