mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-01-25 21:22:18 +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