File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,6 @@ class Component:
133133 - :class:`FileComponent`
134134 - :class:`SeparatorComponent`
135135 - :class:`Container`
136- - :class:`LabelComponent`
137- - :class:`FileUploadComponent`
138136
139137 This class is abstract and cannot be instantiated.
140138
Original file line number Diff line number Diff line change 1- """
2- The MIT License (MIT)
31
42Copyright (c ) 2015 - present Rapptz
53
4038 from ..types.interactions import ModalSubmitTextInputInteractionData as ModalSubmitFileUploadInteractionDataPayload
4139 from ..types.components import FileUploadComponent as FileUploadComponentPayload
4240 from .view import BaseView
43- from ..app_commands .namespace import ResolveKey
41+ from ..app_commands.namespace import Namespace, ResolveKey
4442
4543
4644# fmt: off
You can’t perform that action at this time.
0 commit comments