mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-31 18:19:59 +00:00
fix import
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
import re
|
||||
from typing import List
|
||||
|
||||
from nonebot.message import Message
|
||||
from aiocqhttp.message import Message
|
||||
|
||||
from nonebot.typing import Message_T
|
||||
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
import re
|
||||
from typing import Callable, Any
|
||||
|
||||
from nonebot.command.argfilter import ValidateError
|
||||
from nonebot.typing import Filter_T
|
||||
from nonebot.command.argfilter import ValidateError
|
||||
|
||||
|
||||
class BaseValidator:
|
||||
|
Reference in New Issue
Block a user