Fix imports and general cleanup
[youtube-dl] / youtube_dl / extractor / appletrailers.py
index 0c01fa1a13ffa6fbfbfe7b7fb2283d5ed4f8b70f..7cd0482c75d7157df218071a2e22ce2904d094b6 100644 (file)
@@ -4,8 +4,8 @@ import re
 import json
 
 from .common import InfoExtractor
+from ..compat import compat_urlparse
 from ..utils import (
-    compat_urlparse,
     int_or_none,
 )