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 148535a commit bcc1a7aCopy full SHA for bcc1a7a
discord/ui/select.py
@@ -44,7 +44,7 @@
44
from ..threads import Thread
45
from ..user import User
46
from ..utils import MISSING
47
-from .item import ItemCallbackType, ViewItem, ModalItem
+from .item import ItemCallbackType, ModalItem, ViewItem
48
49
__all__ = (
50
"Select",
@@ -67,8 +67,8 @@
67
from ..abc import GuildChannel, Snowflake
68
from ..types.components import SelectMenu as SelectMenuPayload
69
from ..types.interactions import ComponentInteractionData
70
- from .view import BaseView
71
from .modal import DesignerModal
+ from .view import BaseView
72
73
ST = TypeVar("ST", bound=Snowflake | str, covariant=True, default=Any)
74
else:
0 commit comments