Skip to content

Commit 62ffcdf

Browse files
authored
no weights in basemodal
1 parent 9cf2886 commit 62ffcdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

discord/ui/modal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def __init__(
8080
raise ValueError("title must be 45 characters or fewer")
8181
super().__init__(*children, timeout=timeout)
8282
self._title = title
83-
self._weights = _ModalWeights(self._children)
8483
self.loop = asyncio.get_event_loop()
8584

8685
def __repr__(self) -> str:

0 commit comments

Comments
 (0)