️ optimize import

This commit is contained in:
StarHeartHunt 2021-07-06 22:08:22 +08:00
parent dc5aa3d4bf
commit 5a8b5b5696

View File

@ -1,8 +1,7 @@
import itertools
import json
from dataclasses import dataclass
import json
from typing import Any, Dict, List, Tuple, Type, Union, Mapping, Iterable
from typing import Any, Dict, Tuple, Type, Union, Mapping, Iterable
from nonebot.adapters import Message as BaseMessage, MessageSegment as BaseMessageSegment
from nonebot.typing import overrides