mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove broken code
This commit is contained in:
@@ -68,9 +68,7 @@ class TableApp(App):
|
||||
self.table.zebra_stripes = not self.table.zebra_stripes
|
||||
|
||||
def action_exit(self) -> None:
|
||||
from rich.style import Style
|
||||
|
||||
self.exit(Style._add_cache.cache_info())
|
||||
pass
|
||||
|
||||
|
||||
app = TableApp()
|
||||
|
||||
Reference in New Issue
Block a user