🎨 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

@ -1,8 +1,8 @@
import functools
import operator
import functools
from string import Formatter
from typing import (Any, Set, List, Type, Tuple, Union, TypeVar, Mapping,
Generic, Sequence, TYPE_CHECKING)
from typing import (TYPE_CHECKING, Any, Set, List, Type, Tuple, Union, Generic,
Mapping, TypeVar, Sequence)
if TYPE_CHECKING:
from . import Message