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 c9cca81 commit 9dca810Copy full SHA for 9dca810
discord/ui/select.py
@@ -69,7 +69,6 @@
69
from .view import View
70
71
ST = TypeVar("ST", bound=Snowflake | str, covariant=True, default=Any)
72
-
73
S = TypeVar("S", bound="Select")
74
V = TypeVar("V", bound="View", covariant=True)
75
0 commit comments