浏览代码

[brightcover] Remove unused import

Sergey M․ 9 年之前
父节点
当前提交
96f4f796fb
共有 1 个文件被更改,包括 0 次插入1 次删除
  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,