Browse Source

[downloader/dash] Reorder imports

Yen Chi Hsuan 10 years ago
parent
commit
453a1617aa
1 changed files with 3 additions and 2 deletions
  1. 3 2
      youtube_dl/downloader/dash.py

+ 3 - 2
youtube_dl/downloader/dash.py

@@ -1,9 +1,10 @@
 from __future__ import unicode_literals
-from .common import FileDownloader
-from ..compat import compat_urllib_request
 
 import re
 
+from .common import FileDownloader
+from ..compat import compat_urllib_request
+
 
 class DashSegmentsFD(FileDownloader):
     """