Remove unused file, tidying imports

This commit is contained in:
Darren Burns
2022-02-18 12:09:29 +00:00
parent f2ca8cbe56
commit 472494b46d
3 changed files with 2 additions and 128 deletions

View File

@@ -6,9 +6,8 @@ from rich.rule import Rule
from textual import events
from textual.app import App
from textual.renderables._tab_headers import Tab
from textual.widget import Widget
from textual.widgets.tabs import Tabs
from textual.widgets.tabs import Tabs, Tab
class Hr(Widget):