Skip to content

Commit f887d26

Browse files
committed
🐛 Fix duplicated typeVar
1 parent 95527b1 commit f887d26

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

discord/types/interactions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ class ModalInteractionData(TypedDict):
197197

198198
InteractionData = ApplicationCommandInteractionData | ComponentInteractionData | ModalInteractionData
199199

200-
T = TypeVar("T", bound="InteractionData", default="InteractionData")
201-
202200

203201
class BareInteraction(TypedDict):
204202
id: Snowflake

0 commit comments

Comments
 (0)