removed dead import
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user