Unneeded tuple

old-commit-hash: ca51858644
vw-mqb-aeb
Willem Melching 5 years ago
parent 2ab4d10d20
commit 3206cb8ca2
  1. 2
      selfdrive/car/tests/test_car_params.py

@ -26,7 +26,7 @@ class TestCarParam(unittest.TestCase):
for has_relay in [True, False]:
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_interface

Loading…
Cancel
Save