removed dead import

This commit is contained in:
Jamie Hardt
2025-08-26 17:27:34 -07:00
parent fb56ca1dd4
commit c687e4614f

View File

@@ -4,9 +4,6 @@ from typing import NamedTuple, Optional
from re import match
from .inference import Ucs
def ffmpeg_description(path: str) -> Optional[str]:
result = subprocess.run(['ffprobe', '-show_format', '-of',
'json', path], capture_output=True)