Browse Source

[NBCSports] Move imports alphabetically

Yen Chi Hsuan 10 năm trước cách đây
mục cha
commit
1d31e7a2fc
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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