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

@ -1,7 +1,7 @@
from subprocess import CalledProcessError
from typing import Any, Dict
from ..ffmpeg import compute_replaygain, probe_replaygain
from ._ffmpeg import compute_replaygain, probe_replaygain
def analyze_replaygain(filepath: str, metadata: Dict[str, Any]):