🔥 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

@ -8,11 +8,9 @@ from contextlib import asynccontextmanager
from typing_extensions import ParamSpec, get_args, get_origin
from typing import (
Any,
Dict,
Type,
Tuple,
Union,
Generic,
TypeVar,
Callable,
Optional,