remove unused import in cycle_alerts

old-commit-hash: 8e24939613
commatwo_master
Adeeb Shihadeh 5 years ago
parent 64a9728f2e
commit 0ce447e092
  1. 3
      selfdrive/debug/cycle_alerts.py

@ -3,12 +3,11 @@
# pylint: skip-file # pylint: skip-file
# type: ignore # type: ignore
import argparse
import time import time
import cereal.messaging as messaging import cereal.messaging as messaging
from selfdrive.car.honda.interface import CarInterface 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 from selfdrive.controls.lib.alertmanager import AlertManager

Loading…
Cancel
Save