small formatting changes

This commit is contained in:
Lucas
2022-05-22 16:10:09 -04:00
parent f40b0f95a7
commit 0136c1a1a4
11 changed files with 70 additions and 46 deletions
+1 -2
View File
@@ -3,7 +3,6 @@ import time
from .app_state import AppState
from .default_apps.options_app import OptionsApp
class AppRouter(object):
def __init__(self, macropad, config, apps):
print("app router")
@@ -34,7 +33,7 @@ class AppRouter(object):
print("Starting new app")
self.current_app.resume()
def start(self):
def start(self) -> None:
self.current_app.start()
self.current_app.resume()