🔇 remove unused type hint

This commit is contained in:
yanyongyu
2021-02-07 23:36:04 +08:00
parent d26d7bba55
commit 2b67b0f12e
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ from types import ModuleType
from dataclasses import dataclass
from importlib._bootstrap import _load
from contextvars import Context, ContextVar, copy_context
from typing import Any, Set, List, Dict, Type, Tuple, Union, Optional, Iterable, TYPE_CHECKING
from typing import Any, Set, List, Dict, Type, Tuple, Union, Optional, TYPE_CHECKING
from nonebot.log import logger
from nonebot.matcher import Matcher