Skip to content

Commit 2b23f8e

Browse files
linter black code correction
1 parent 61ebb0a commit 2b23f8e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/validation/common/ffmpeg_handler/ffmpeg_enums.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,4 @@ class McmTransportPixelFormat(Enum):
183183

184184

185185
def video_file_format_to_payload_format(pixel_format: str) -> str:
186-
return video_format_matches.get(
187-
pixel_format, pixel_format
188-
)
186+
return video_format_matches.get(pixel_format, pixel_format)

tests/validation/common/integrity/video_integrity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def add_common_arguments(parser):
361361
action="store_false",
362362
dest="delete_file",
363363
help="Do NOT delete output files after processing",
364-
)
364+
)
365365

366366
# Stream mode parser
367367
stream_help = """Check integrity for video stream (stream saved into files segmented by time)

0 commit comments

Comments
 (0)