[brightcover] Remove unused import
authorSergey M․ <dstftw@gmail.com>
Wed, 16 Mar 2016 15:47:51 +0000 (21:47 +0600)
committerSergey M․ <dstftw@gmail.com>
Wed, 16 Mar 2016 15:47:51 +0000 (21:47 +0600)
youtube_dl/extractor/brightcove.py

index 3ab383461e463a6160f743f6a649fb00aea4eba0..59e8008f96877573aad2acc26fe8bfcb42f9e69c 100644 (file)
@@ -9,7 +9,6 @@ from ..compat import (
     compat_etree_fromstring,
     compat_parse_qs,
     compat_str,
-    compat_urllib_parse,
     compat_urllib_parse_urlparse,
     compat_urlparse,
     compat_xml_parse_error,