🔇 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

@ -7,7 +7,7 @@ NoneBot 内部处理并按优先级分发事件给所有事件响应器,提供
import asyncio
from datetime import datetime
from typing import Set, Type, Optional, Iterable, TYPE_CHECKING
from typing import Set, Type, TYPE_CHECKING
from nonebot.log import logger
from nonebot.rule import TrieRule