mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-31 18:19:59 +00:00
⚡️ remove unused import
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
import itertools
|
||||
import json
|
||||
|
||||
from typing import Any, Tuple, Type, Union, Mapping, Iterable
|
||||
from typing import Tuple, Type, Union, Mapping, Iterable
|
||||
|
||||
from nonebot.adapters import Message as BaseMessage, MessageSegment as BaseMessageSegment
|
||||
from nonebot.typing import overrides
|
||||
|
Reference in New Issue
Block a user