We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5f073 commit b7084d1Copy full SHA for b7084d1
discord/ui/select.py
@@ -29,9 +29,8 @@
29
import os
30
from typing import TYPE_CHECKING, Callable, TypeVar
31
32
-from .. import SelectDefaultValue
33
from ..channel import _threaded_guild_channel_factory
34
-from ..components import SelectMenu, SelectOption
+from ..components import SelectMenu, SelectOption, SelectDefaultValue
35
from ..emoji import AppEmoji, GuildEmoji
36
from ..enums import ChannelType, ComponentType, SelectMenuDefaultValueType
37
from ..errors import InvalidArgument
0 commit comments