Explorar el Código

[brightcover] Remove unused import

Sergey M․ hace 9 años
padre
commit
96f4f796fb
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      youtube_dl/extractor/brightcove.py

+ 0 - 1
youtube_dl/extractor/brightcove.py

@@ -9,7 +9,6 @@ from ..compat import (
     compat_etree_fromstring,
     compat_etree_fromstring,
     compat_parse_qs,
     compat_parse_qs,
     compat_str,
     compat_str,
-    compat_urllib_parse,
     compat_urllib_parse_urlparse,
     compat_urllib_parse_urlparse,
     compat_urlparse,
     compat_urlparse,
     compat_xml_parse_error,
     compat_xml_parse_error,