Skip to content

Commit b7084d1

Browse files
committed
fix imports
1 parent 7d5f073 commit b7084d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

discord/ui/select.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@
2929
import os
3030
from typing import TYPE_CHECKING, Callable, TypeVar
3131

32-
from .. import SelectDefaultValue
3332
from ..channel import _threaded_guild_channel_factory
34-
from ..components import SelectMenu, SelectOption
33+
from ..components import SelectMenu, SelectOption, SelectDefaultValue
3534
from ..emoji import AppEmoji, GuildEmoji
3635
from ..enums import ChannelType, ComponentType, SelectMenuDefaultValueType
3736
from ..errors import InvalidArgument

0 commit comments

Comments
 (0)