mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-19 17:58:26 +08:00
⚡️ optimize import
This commit is contained in:
parent
dc5aa3d4bf
commit
5a8b5b5696
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user