sim: fix code formatting (#33381)

sim: fix code
old-commit-hash: f37ee559fa802a1178aa71057cbb2d9609b4ad45
This commit is contained in:
Hoang Bui
2024-08-26 17:09:40 -04:00
committed by GitHub
parent 2ea4a8f48e
commit 696d4c8450
+1 -2
View File
@@ -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):