🎨 isort format code

This commit is contained in:
yanyongyu
2021-09-27 00:19:30 +08:00
parent cfdebb30b7
commit 92a411e3b4
16 changed files with 41 additions and 33 deletions

View File

@ -3,7 +3,8 @@ from typing import Dict, Optional
from nonebot.typing import T_State
from nonebot.matcher import Matcher
from nonebot.adapters import Bot, Event
from nonebot.message import run_preprocessor, run_postprocessor, IgnoredException
from nonebot.message import (IgnoredException, run_preprocessor,
run_postprocessor)
_running_matcher: Dict[str, int] = {}