remove unused import in cycle_alerts

old-commit-hash: 8e249396138ff2c7c4e38f54aa01776a9d5e00e9
This commit is contained in:
Adeeb Shihadeh
2020-09-10 15:23:57 -07:00
parent 64a9728f2e
commit 0ce447e092
+1 -2
View File
@@ -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