mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 08:41:29 +00:00
📝 💡 fix some typo and style in mirai adapter
This commit is contained in:
@ -15,7 +15,6 @@ from nonebot.log import logger
|
||||
from nonebot.typing import overrides
|
||||
|
||||
from .bot import MiraiBot, SessionManager
|
||||
from .config import Config as MiraiConfig
|
||||
|
||||
WebsocketHandlerFunction = Callable[[Dict[str, Any]], Coroutine[Any, Any, None]]
|
||||
WebsocketHandler_T = TypeVar('WebsocketHandler_T',
|
||||
|
Reference in New Issue
Block a user