sim: fix code formatting (#33381)

sim: fix code
old-commit-hash: f37ee559fa
pull/33386/head
Hoang Bui 8 months ago committed by GitHub
parent 2ea4a8f48e
commit 696d4c8450
  1. 3
      tools/sim/lib/simulated_car.py

@ -23,8 +23,7 @@ class SimulatedCar:
@staticmethod
def get_car_can_parser():
dbc_f = 'honda_civic_ex_2022_can_generated'
checks = [
]
checks = []
return CANParser(dbc_f, checks, 0)
def send_can_messages(self, simulator_state: SimulatorState):

Loading…
Cancel
Save