You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: discord/ui/section.py
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
from __future__ importannotations
2
2
3
-
importos
4
3
fromtypingimportTYPE_CHECKING
5
4
6
5
from ..componentsimportSectionasSectionComponent
@@ -26,11 +25,7 @@ class Section:
26
25
This section's accessory. This is displayed in the top right of the section. Currently only supports :class:`~discord.ui.TextDisplay` and :class:`~discord.ui.Button`.
0 commit comments