chore(analyzer): move ffmpeg and utils modules to pipeline

This commit is contained in:
jo 2022-02-14 17:27:58 +01:00 committed by Kyle Robbertze
parent 120f24b1a4
commit c6124b4012
5 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ from typing import Any, Dict
from loguru import logger
from ..ffmpeg import compute_silences, probe_duration
from ._ffmpeg import compute_silences, probe_duration
def analyze_cuepoint(filepath: str, metadata: Dict[str, Any]) -> Dict[str, Any]: