Optimize imports

This commit is contained in:
Richard Chien
2018-07-02 16:54:29 +08:00
parent 5f9c558a49
commit 1527d49522
8 changed files with 13 additions and 13 deletions

View File

@ -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: