[brightcove] Order imports alphabetically
[youtube-dl] / youtube_dl / extractor / brightcove.py
index ef34ae48f89cedec7a05055e4648e5772755dba3..f137ba8c6e9fd73b4e16f91c53d4751d89230281 100644 (file)
@@ -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,
 )