Skip to content

Commit 5f2c416

Browse files
committed
🐛 Fix imports
Signed-off-by: Paillat-dev <[email protected]>
1 parent fe68835 commit 5f2c416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discord/components/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
PartialTextDisplay,
5252
PartialTextInput,
5353
PartialUserSelect,
54-
PartialWalkableComponent,
54+
PartialWalkableComponentMixin,
5555
UnknownPartialComponent,
5656
_partial_component_factory, # pyright: ignore[reportPrivateUsage]
5757
)
@@ -128,5 +128,5 @@
128128
"AnyTopLevelMessageComponent",
129129
"AnyPartialComponent",
130130
"AnyTopLevelModalPartialComponent",
131-
"PartialWalkableComponent",
131+
"PartialWalkableComponentMixin",
132132
)

0 commit comments

Comments
 (0)