mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 11:32:21 +08:00
remove unused import in cycle_alerts
old-commit-hash: 8e249396138ff2c7c4e38f54aa01776a9d5e00e9
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user