mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove old test code from design.py
This is covered in unit tests these days.
This commit is contained in:
@@ -222,11 +222,3 @@ def show_design(light: ColorSystem, dark: ColorSystem) -> Table:
|
||||
table.add_column("Dark", justify="center")
|
||||
table.add_row(make_shades(light), make_shades(dark))
|
||||
return table
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
from .app import DEFAULT_COLORS
|
||||
|
||||
from rich import print
|
||||
|
||||
print(show_design(DEFAULT_COLORS["light"], DEFAULT_COLORS["dark"]))
|
||||
|
||||
Reference in New Issue
Block a user