Skip to content

Commit d58c055

Browse files
committed
Remove unused import
1 parent 1bc330a commit d58c055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ui/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
from ..interactions import Interaction
8686
from ..message import Message
87-
from ..types.components import ComponentBase as ComponentBasePayload, Component as ComponentPayload
87+
from ..types.components import ComponentBase as ComponentBasePayload
8888
from ..types.interactions import ModalSubmitComponentInteractionData as ModalSubmitComponentInteractionDataPayload
8989
from ..state import ConnectionState
9090
from .modal import Modal

0 commit comments

Comments
 (0)