Skip to content

Commit

Permalink
sim: fix code formatting (#33381)
Browse files Browse the repository at this point in the history
sim: fix code
  • Loading branch information
bongbui321 authored Aug 26, 2024
1 parent 6d392a2 commit f37ee55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/sim/lib/simulated_car.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ def __init__(self):
@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):
Expand Down

0 comments on commit f37ee55

Please sign in to comment.