Skip to content

Commit

Permalink
Update ffmpeg_reader.py
Browse files Browse the repository at this point in the history
Fix flake8 error
  • Loading branch information
OsaAjani authored Jan 10, 2025
1 parent 660c0d0 commit f38749e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion moviepy/video/io/ffmpeg_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,6 @@ def parse_metadata_field_value(
command output line.
"""
info = line.split(":", 1)

if len(info) == 2:
raw_field, raw_value = info
return (raw_field.strip(" "), raw_value.strip(" "))
Expand Down

0 comments on commit f38749e

Please sign in to comment.