fingerprints: fix formatting (#30814)

formatting
pull/30816/head^2
Shane Smiskol 1 year ago committed by GitHub
parent 1a165c6580
commit adb04b5dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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