Skip to content

Commit

Permalink
Remove test settings app
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Sep 7, 2024
1 parent e047090 commit add1e49
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lazy_github/ui/screens/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,3 @@ def __init__(self, config: Config) -> None:

def compose(self) -> ComposeResult:
yield SettingsContainer(self.config)


if __name__ == "__main__":
from textual.app import App

class SettingsMain(App):
def compose(self) -> ComposeResult:
yield SettingsContainer(Config.load_config())

SettingsMain().run()

0 comments on commit add1e49

Please sign in to comment.