🔥 remove unused import

This commit is contained in:
yanyongyu
2021-12-25 17:44:53 +08:00
parent 9b9941e6c5
commit 7ebae277d1
4 changed files with 2 additions and 16 deletions

View File

@ -24,10 +24,8 @@ from typing import (
Union,
TypeVar,
Callable,
NoReturn,
Optional,
Awaitable,
ForwardRef,
)
if TYPE_CHECKING: