Browse Source

[brightcove] Order imports alphabetically

Sergey M․ 9 years ago
parent
commit
fd91257c40
1 changed files with 3 additions and 3 deletions
  1. 3 3
      youtube_dl/extractor/brightcove.py

+ 3 - 3
youtube_dl/extractor/brightcove.py

@@ -20,12 +20,12 @@ from ..utils import (
     ExtractorError,
     find_xpath_attr,
     fix_xml_ampersands,
-    unescapeHTML,
-    unsmuggle_url,
-    js_to_json,
     float_or_none,
+    js_to_json,
     int_or_none,
     parse_iso8601,
+    unescapeHTML,
+    unsmuggle_url,
 )