Skip to content

Commit

Permalink
Remove unneeded code from sensors app
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbarnes committed Oct 16, 2021
1 parent e3157cd commit b22dbd0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions apps/sensors.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
"""Sensors screen"""
from apps import AbstractApp
import sensors
from libs.system import System, get_system


class App(AbstractApp):
system: System = get_system()

def __init__(self, fb):
"""
Initialize sensors library
"""
sensors.init()
super().__init__(fb)

def reload(self):
self.blank()
self.draw_titlebar("Sensors")
Expand Down

0 comments on commit b22dbd0

Please sign in to comment.