]> jfr.im git - yt-dlp.git/blobdiff - test/test_youtube_lists.py
[cleanup] Consistent style for file heads
[yt-dlp.git] / test / test_youtube_lists.py
index 66611e236e4dcb04346e26cae44f5c78827d2e75..c2dd0ac3085ad9fb82539c0e7685ddb409c920d9 100644 (file)
@@ -1,4 +1,5 @@
 #!/usr/bin/env python3
+
 # Allow direct execution
 import os
 import sys
@@ -6,8 +7,8 @@
 
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
-from test.helper import FakeYDL, is_download_test
 
+from test.helper import FakeYDL, is_download_test
 from yt_dlp.extractor import YoutubeIE, YoutubeTabIE