Remove unused imports
[youtube-dl] / youtube_dl / postprocessor / ffmpeg.py
index 4963ffc92d6bc12ccae1ff7741722974e8e9774f..083c79592b54f069cc25512017260f10882fb76b 100644 (file)
@@ -8,7 +8,6 @@ import time
 from .common import AudioConversionError, PostProcessor
 
 from ..utils import (
-    check_executable,
     compat_subprocess_get_DEVNULL,
     encodeArgument,
     encodeFilename,