mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 08:11:38 +00:00
Adjust imports
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
import asyncio
|
import asyncio
|
||||||
from typing import Dict, Any, Callable
|
from typing import Callable
|
||||||
|
|
||||||
from aiocqhttp.message import MessageSegment
|
from aiocqhttp.message import *
|
||||||
|
|
||||||
from . import NoneBot
|
from . import NoneBot
|
||||||
from .command import handle_command, SwitchException
|
from .command import handle_command, SwitchException
|
||||||
|
Reference in New Issue
Block a user