Skip to content

Commit 68a0fe3

Browse files
committed
🐛 Fix broken imports
1 parent 6ec99f2 commit 68a0fe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

discord/ui/container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from ..components import Container as ContainerComponent
99
from ..components import _component_factory
1010
from ..enums import ComponentType, SeparatorSpacingSize
11-
from ..utils import find, get
11+
from ..utils import find
1212
from .file import File
1313
from .item import Item, ItemCallbackType
1414
from .media_gallery import MediaGallery

discord/ui/section.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from ..components import Section as SectionComponent
77
from ..components import _component_factory
88
from ..enums import ComponentType
9-
from ..utils import find, get
9+
from ..utils import find
1010
from .button import Button
1111
from .item import Item, ItemCallbackType
1212
from .text_display import TextDisplay

0 commit comments

Comments
 (0)