Remove unused import
[youtube-dl] / youtube_dl / downloader / mplayer.py
index 34b23b5c295e178df4892761e6afa62304b07704..72cef30eaf3718ad8932814a627042cc0bdff361 100644 (file)
@@ -4,7 +4,6 @@ import os
 import subprocess
 
 from .common import FileDownloader
-from ..compat import compat_subprocess_get_DEVNULL
 from ..utils import (
     check_executable,
     encodeFilename,