mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-06 12:06:45 +00:00
fix import
This commit is contained in:
@ -2,11 +2,11 @@ import hashlib
|
||||
import random
|
||||
from typing import Sequence, Callable, Any
|
||||
|
||||
from aiocqhttp.message import escape
|
||||
from aiocqhttp import Event as CQEvent
|
||||
|
||||
from . import NoneBot
|
||||
from .exceptions import CQHttpError
|
||||
from .message import escape
|
||||
from .typing import Message_T, Expression_T
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user