Unneeded tuple

pull/1211/head
Willem Melching 5 years ago
parent df16d08efb
commit ca51858644
  1. 2
      selfdrive/car/tests/test_car_params.py

@ -26,7 +26,7 @@ class TestCarParam(unittest.TestCase):
for has_relay in [True, False]: for has_relay in [True, False]:
car_params = CarInterface.get_params(car_name, fingerprints, has_relay, car_fw) car_params = CarInterface.get_params(car_name, fingerprints, has_relay, car_fw)
car_interface, _ = CarInterface(car_params, CarController, CarState), car_params car_interface = CarInterface(car_params, CarController, CarState)
assert car_params assert car_params
assert car_interface assert car_interface

Loading…
Cancel
Save