remove broken code

This commit is contained in:
Will McGugan
2022-06-21 11:16:50 +01:00
parent a6e1fdb328
commit 74a93606ec

View File

@@ -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()