Browse Source

Remove unused import

Philipp Hagemeister 11 năm trước cách đây
mục cha
commit
95ceeec722
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      youtube_dl/downloader/mplayer.py

+ 0 - 1
youtube_dl/downloader/mplayer.py

@@ -4,7 +4,6 @@ import os
 import subprocess
 import subprocess
 
 
 from .common import FileDownloader
 from .common import FileDownloader
-from ..compat import compat_subprocess_get_DEVNULL
 from ..utils import (
 from ..utils import (
     check_executable,
     check_executable,
     encodeFilename,
     encodeFilename,