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