Skip to content

Commit

Permalink
further cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmukai committed Aug 5, 2023
1 parent ac5c4d9 commit 260d282
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions src/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from seedsigner.controller import Controller

# Get the one and only Controller instance and start our main loop
controller = Controller.get_instance()

controller.start()
Controller.get_instance().start()
2 changes: 0 additions & 2 deletions src/seedsigner/views/view.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
print("view.py")

from dataclasses import dataclass
from typing import Type

Expand Down

0 comments on commit 260d282

Please sign in to comment.