From 0ce447e09272bee0f4710f503c0cccb1e5439d40 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 10 Sep 2020 15:23:57 -0700 Subject: [PATCH] remove unused import in cycle_alerts old-commit-hash: 8e249396138ff2c7c4e38f54aa01776a9d5e00e9 --- selfdrive/debug/cycle_alerts.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/selfdrive/debug/cycle_alerts.py b/selfdrive/debug/cycle_alerts.py index 17740e9657..f73b4b54cc 100755 --- a/selfdrive/debug/cycle_alerts.py +++ b/selfdrive/debug/cycle_alerts.py @@ -3,12 +3,11 @@ # pylint: skip-file # type: ignore -import argparse import time import cereal.messaging as messaging from selfdrive.car.honda.interface import CarInterface -from selfdrive.controls.lib.events import ET, EVENTS, Alert, Events +from selfdrive.controls.lib.events import ET, EVENTS, Events from selfdrive.controls.lib.alertmanager import AlertManager