📝 💡 fix some typo and style in mirai adapter

This commit is contained in:
Mix
2021-02-01 13:50:14 +08:00
parent 6a273a8eea
commit d2a62ebd3d
7 changed files with 31 additions and 20 deletions

View File

@ -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',