mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user