mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
selfdrive/test: fix indentation
no ruff rule for this old-commit-hash: 397c1e373c1eada0cb27bfb070812f0fa466bdcf
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user