Explorar el Código

[ctsnews] Remove unused import

Philipp Hagemeister hace 10 años
padre
commit
3198291f26
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      youtube_dl/extractor/ctsnews.py

+ 0 - 1
youtube_dl/extractor/ctsnews.py

@@ -2,7 +2,6 @@
 from __future__ import unicode_literals
 
 from .common import InfoExtractor
-from ..compat import compat_urllib_request
 from ..utils import parse_iso8601, ExtractorError