Browse Source

[NBCSports] Move imports alphabetically

Yen Chi Hsuan 10 years ago
parent
commit
1d31e7a2fc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      youtube_dl/extractor/__init__.py

+ 2 - 2
youtube_dl/extractor/__init__.py

@@ -310,9 +310,9 @@ from .naver import NaverIE
 from .nba import NBAIE
 from .nbc import (
     NBCIE,
-    NBCSportsVPlayerIE,
-    NBCSportsIE,
     NBCNewsIE,
+    NBCSportsIE,
+    NBCSportsVPlayerIE,
 )
 from .ndr import NDRIE
 from .ndtv import NDTVIE