diff --git a/docs/examples/widgets/option_list_tables.py b/docs/examples/widgets/option_list_tables.py index aaf51a0a2..ff4f2d054 100644 --- a/docs/examples/widgets/option_list_tables.py +++ b/docs/examples/widgets/option_list_tables.py @@ -4,7 +4,6 @@ from rich.table import Table from textual.app import App, ComposeResult from textual.widgets import Footer, Header, OptionList -from textual.widgets.option_list import Option, Separator COLONIES: tuple[tuple[str, str, str, str], ...] = ( ("Aerilon", "Demeter", "1.2 Billion", "Gaoth"),