删除未使用的EventType

This commit is contained in:
AzideCupric
2022-03-16 22:23:39 +08:00
committed by GitHub
parent 0daf27abdc
commit dc55a6bf63
+1 -1
View File
@@ -12,7 +12,7 @@ from nonebot.internal.params import ArgStr
from nonebot.internal.rule import Rule
from nonebot.log import logger
from nonebot.matcher import Matcher
from nonebot.params import Depends, EventMessage, EventPlainText, EventToMe, EventType
from nonebot.params import Depends, EventMessage, EventPlainText, EventToMe
from nonebot.permission import SUPERUSER
from nonebot.rule import to_me
from nonebot.typing import T_State