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
View File
@@ -73,6 +73,7 @@ docs = [
testing = [
"coverage",
"hypothesis ==6.47.*",
"import-linter",
"mypy",
"pre-commit",
"pytest",