Explorar el Código

Remove unusued import

Philipp Hagemeister hace 12 años
padre
commit
bd1b906527
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      youtube_dl/postprocessor/xattrpp.py

+ 0 - 1
youtube_dl/postprocessor/xattrpp.py

@@ -6,7 +6,6 @@ from .common import PostProcessor
 from ..utils import (
     check_executable,
     hyphenate_date,
-    preferredencoding,
 )