remove unused import in cycle_alerts

pull/2155/head
Adeeb Shihadeh 5 years ago
parent e0004d0981
commit 8e24939613
  1. 3
      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

Loading…
Cancel
Save