Skip to content

Commit

Permalink
cleanup: remove ununsed import
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Nov 18, 2024
1 parent c6499eb commit 7640efe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dooit/ui/tui.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
from textual import on
from textual.app import App
from textual.binding import Binding
from dooit.api.theme import DooitThemeBase

from dooit.ui.api.events import ModeChanged, DooitEvent, ModeType, Startup, _QuitApp
from dooit.ui.api.events.events import ShutDown
from dooit.ui.widgets import BarSwitcher
Expand Down

0 comments on commit 7640efe

Please sign in to comment.