change typing manage

This commit is contained in:
yanyongyu
2020-08-07 17:05:08 +08:00
parent 950dbb1115
commit f2b6f08599
12 changed files with 20 additions and 13 deletions

View File

@ -3,11 +3,11 @@
import asyncio
from datetime import datetime
from typing import Set, Callable
from nonebot.log import logger
from nonebot.event import Event
from nonebot.matcher import matchers
from nonebot.typing import Set, Callable
from nonebot.exception import IgnoredException
_event_preprocessors: Set[Callable] = set()