quick lgtm fixes

old-commit-hash: 4acc82604d
This commit is contained in:
Adeeb Shihadeh
2020-09-19 12:53:36 -07:00
parent 69c45af274
commit 864f32ce1b
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -23,7 +23,6 @@ def cycle_alerts(duration=200, is_metric=False):
thermal = messaging.pub_sock('thermal')
idx, last_alert_millis = 0, 0
alert = alerts[0]
events = Events()
AM = AlertManager()