selfdrive/test: fix indentation

no ruff rule for this
pull/30912/head
Shane Smiskol 1 year ago
parent 1148c65d23
commit 397c1e373c
  1. 2
      selfdrive/test/helpers.py

@ -76,6 +76,6 @@ def noop(*args, **kwargs):
def read_segment_list(segment_list_path):
with open(segment_list_path, "r") as f:
seg_list = f.read().splitlines()
seg_list = f.read().splitlines()
return [(platform[2:], segment) for platform, segment in zip(seg_list[::2], seg_list[1::2], strict=True)]

Loading…
Cancel
Save