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 28c2297 commit a6c7985Copy full SHA for a6c7985
discord/ui/file_upload.py
@@ -40,7 +40,7 @@
40
from ..types.interactions import ModalSubmitTextInputInteractionData as ModalSubmitFileUploadInteractionDataPayload
41
from ..types.components import FileUploadComponent as FileUploadComponentPayload
42
from .view import BaseView
43
- from ..app_commands.namespace import Namespace, ResolveKey
+ from ..app_commands.namespace import ResolveKey
44
45
46
# fmt: off
0 commit comments