File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1212 from textual .widget import Widget
1313 from textual .widgets ._button import Button
1414 from textual .widgets ._checkbox import Checkbox
15- from textual .widgets ._collapsible import Collapsible , CollapsibleTitle
15+ from textual .widgets ._collapsible import Collapsible
1616 from textual .widgets ._content_switcher import ContentSwitcher
1717 from textual .widgets ._data_table import DataTable
1818 from textual .widgets ._digits import Digits
5454 "Button" ,
5555 "Checkbox" ,
5656 "Collapsible" ,
57- "CollapsibleTitle" ,
5857 "ContentSwitcher" ,
5958 "DataTable" ,
6059 "Digits" ,
Original file line number Diff line number Diff line change 22from ._button import Button as Button
33from ._checkbox import Checkbox as Checkbox
44from ._collapsible import Collapsible as Collapsible
5- from ._collapsible import CollapsibleTitle as CollapsibleTitle
65from ._content_switcher import ContentSwitcher as ContentSwitcher
76from ._data_table import DataTable as DataTable
87from ._digits import Digits as Digits
You can’t perform that action at this time.
0 commit comments