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.
This commit is contained in:
Dave Pearson
2023-05-07 17:52:55 +01:00
parent 3728555fbd
commit 630f59dbd4

View File

@@ -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"),