mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-06 03:56:45 +00:00
fix import
This commit is contained in:
@ -5,8 +5,8 @@ from aiocqhttp import Event as CQEvent
|
||||
from aiocqhttp.bus import EventBus
|
||||
|
||||
from . import NoneBot
|
||||
from .exceptions import CQHttpError
|
||||
from .log import logger
|
||||
from .exceptions import CQHttpError
|
||||
from .session import BaseSession
|
||||
|
||||
_bus = EventBus()
|
||||
|
Reference in New Issue
Block a user