From 630f59dbd4f220b68e936e372eb4458ee2b70529 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Sun, 7 May 2023 17:52:55 +0100 Subject: [PATCH] Remove unnecessary imports from example in docs Perhaps a hangover from a previous take on this, or just a copy/paste-o. Either way I just noticed this so thought I'd roll it in here. --- docs/examples/widgets/option_list_tables.py | 1 - 1 file changed, 1 deletion(-) 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"),