Skip to content

Commit

Permalink
cleanup: remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Sep 20, 2024
1 parent 32dae70 commit 96aab0b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 118 deletions.
Empty file removed dooit/ui/css/__init__.py
Empty file.
37 changes: 0 additions & 37 deletions dooit/ui/css/classes.py

This file was deleted.

6 changes: 0 additions & 6 deletions dooit/ui/css/ids.py

This file was deleted.

9 changes: 0 additions & 9 deletions dooit/ui/css/main.py

This file was deleted.

64 changes: 0 additions & 64 deletions dooit/ui/css/objs.py

This file was deleted.

2 changes: 0 additions & 2 deletions dooit/ui/tui.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from dooit.ui.screens import MainScreen, HelpScreen
from textual.binding import Binding
from .api import DooitAPI
from .css.main import screen_CSS

PRINTABLE = (
"0123456789"
Expand All @@ -20,7 +19,6 @@


class Dooit(App):
CSS = screen_CSS
SCREENS = {
"main": MainScreen,
"help": HelpScreen,
Expand Down

0 comments on commit 96aab0b

Please sign in to comment.