Reformat project

This commit is contained in:
Mojix Coder
2022-02-01 10:33:29 +03:30
parent 0791e7cc4b
commit 2517572a14
4 changed files with 11 additions and 5 deletions

View File

@ -9,9 +9,9 @@ from typing import ( # noqa: I100, I201
Sequence,
Set,
TYPE_CHECKING,
Tuple,
Type,
TypeVar,
Tuple,
Union,
cast,
)