mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 16:21:28 +00:00
Optimize imports
This commit is contained in:
@ -4,8 +4,8 @@ from aiocqhttp import CQHttp
|
||||
from aiocqhttp.message import MessageSegment
|
||||
|
||||
from .command import handle_command
|
||||
from .natural_language import handle_natural_language
|
||||
from .log import logger
|
||||
from .natural_language import handle_natural_language
|
||||
|
||||
|
||||
async def handle_message(bot: CQHttp, ctx: Dict[str, Any]) -> None:
|
||||
|
Reference in New Issue
Block a user