Skip to content

Commit f4d5f44

Browse files
committed
Lint
1 parent 9bb3a25 commit f4d5f44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/generate_reference_resources.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,7 @@ def generate_nasa_13013_references():
106106
frames = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 15, 20, 25, 30, 35, 386, 387, 388, 389]
107107
for stream in streams:
108108
for frame in frames:
109-
generate_frame_by_index(
110-
NASA_VIDEO, frame_index=frame, stream_index=stream
111-
)
109+
generate_frame_by_index(NASA_VIDEO, frame_index=frame, stream_index=stream)
112110

113111
# Extract individual frames at specific timestamps, including the last frame of the video.
114112
seek_timestamp = [6.0, 6.1, 10.0, 12.979633]

0 commit comments

Comments
 (0)