Revert "Ford: remove unnecessary __init__"

This reverts commit 7687cafe8c.
pull/31636/head
Adeeb Shihadeh 1 year ago
parent 7687cafe8c
commit b8c9d3bd09
  1. 3
      selfdrive/car/ford/fordcan.py

@ -5,6 +5,9 @@ HUDControl = car.CarControl.HUDControl
class CanBus(CanBusBase): class CanBus(CanBusBase):
def __init__(self, CP=None, fingerprint=None) -> None:
super().__init__(CP, fingerprint)
@property @property
def main(self) -> int: def main(self) -> int:
return self.offset return self.offset

Loading…
Cancel
Save