[itv] Sort imports
authorSergey M․ <dstftw@gmail.com>
Thu, 21 Jun 2018 16:12:40 +0000 (23:12 +0700)
committerSergey M․ <dstftw@gmail.com>
Thu, 21 Jun 2018 16:12:40 +0000 (23:12 +0700)
youtube_dl/extractor/itv.py

index 40cffed465458e90021dfd87604e9e3eabe98f47..d05a7b68dc2179741dffc46313b14774f03254a1 100644 (file)
@@ -13,16 +13,16 @@ from ..compat import (
     compat_etree_register_namespace,
 )
 from ..utils import (
+    determine_ext,
+    ExtractorError,
     extract_attributes,
-    xpath_with_ns,
-    xpath_element,
-    xpath_text,
     int_or_none,
     merge_dicts,
     parse_duration,
     smuggle_url,
-    ExtractorError,
-    determine_ext,
+    xpath_with_ns,
+    xpath_element,
+    xpath_text,
 )