selfdrive/car: ban imports from external modules (#32973)

* lint import

* Update selfdrive/car/__init__.py

---------

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 83d4623590f87dcb7df2b458a8814d5ad6ea711b
This commit is contained in:
Dean Lee
2024-07-16 02:12:24 +08:00
committed by GitHub
parent daf3d15d72
commit 58df39a2ba
27 changed files with 73 additions and 32 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import random
from cereal import car, log
import cereal.messaging as messaging
from openpilot.common.realtime import DT_CTRL
from openpilot.selfdrive.car import DT_CTRL
from openpilot.selfdrive.car.honda.interface import CarInterface
from openpilot.selfdrive.controls.lib.events import ET, Events
from openpilot.selfdrive.controls.lib.alertmanager import AlertManager