fingerprints: fix formatting (#30814)

formatting
old-commit-hash: adb04b5dc5
chrysler-long2
Shane Smiskol 1 year ago committed by GitHub
parent e9e408118b
commit a918ee9b72
  1. 1
      selfdrive/car/chrysler/fingerprints.py
  2. 1
      selfdrive/car/gm/fingerprints.py
  3. 1
      selfdrive/car/hyundai/fingerprints.py
  4. 1
      selfdrive/car/nissan/fingerprints.py
  5. 1
      selfdrive/car/volkswagen/fingerprints.py

@ -67,7 +67,6 @@ FINGERPRINTS = {
}],
}
FW_VERSIONS = {
CAR.JEEP_GRAND_CHEROKEE_2019: {
(Ecu.combinationMeter, 0x742, None): [

@ -1,7 +1,6 @@
# ruff: noqa: E501
from openpilot.selfdrive.car.gm.values import CAR
FINGERPRINTS = {
CAR.HOLDEN_ASTRA: [
# Astra BK MY17, ASCM unplugged

@ -79,7 +79,6 @@ FINGERPRINTS = {
}],
}
FW_VERSIONS = {
CAR.AZERA_6TH_GEN: {
(Ecu.fwdRadar, 0x7d0, None): [

@ -39,7 +39,6 @@ FINGERPRINTS = {
]
}
FW_VERSIONS = {
CAR.ALTIMA: {
(Ecu.fwdCamera, 0x707, None): [

@ -3,7 +3,6 @@ from openpilot.selfdrive.car.volkswagen.values import CAR
Ecu = car.CarParams.Ecu
FW_VERSIONS = {
CAR.ARTEON_MK1: {
(Ecu.engine, 0x7e0, None): [

Loading…
Cancel
Save