removed unnecessary comments

This commit is contained in:
2026-01-18 23:31:23 +00:00
parent 47fe0e37e9
commit 7a2b4e806f
2 changed files with 0 additions and 2 deletions

View File

@@ -190,7 +190,6 @@ def get_duration(file_path: str) -> float:
stderr=subprocess.STDOUT
)
# error checking
if result.returncode != 0:
raise RuntimeError(f"ffprobe failed for file {file_path}")