🔥 remove unused imports (#1236)

This commit is contained in:
Akirami
2022-09-08 10:37:16 +08:00
committed by GitHub
parent 672f2ceecc
commit beef564a22
3 changed files with 2 additions and 4 deletions

View File

@ -5,8 +5,6 @@ from typing import TYPE_CHECKING, Any, Type, Tuple, Literal, Callable, Optional,
from pydantic.fields import Required, Undefined, ModelField
from nonebot.log import logger
from nonebot.exception import TypeMisMatch
from nonebot.dependencies.utils import check_field_type
from nonebot.dependencies import Param, Dependent, CustomConfig
from nonebot.typing import T_State, T_Handler, T_DependencyCache