mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-16 19:11:00 +00:00
change typing manage
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import re
|
||||
from typing import Union, Callable, Optional
|
||||
|
||||
from nonebot.event import Event
|
||||
from nonebot.typing import Union, Callable, Optional
|
||||
|
||||
|
||||
class Rule:
|
||||
|
Reference in New Issue
Block a user