mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 16:21:28 +00:00
Optimize imports
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import re
|
||||
import asyncio
|
||||
import re
|
||||
from collections import namedtuple
|
||||
from typing import Dict, Any, Iterable, Optional, Callable, Union
|
||||
|
||||
@ -7,9 +7,9 @@ from aiocqhttp import CQHttp
|
||||
from aiocqhttp.message import Message
|
||||
|
||||
from . import permission as perm
|
||||
from .session import BaseSession
|
||||
from .command import call_command
|
||||
from .log import logger
|
||||
from .session import BaseSession
|
||||
|
||||
_nl_processors = set()
|
||||
|
||||
|
Reference in New Issue
Block a user