]> jfr.im git - yt-dlp.git/blobdiff - test/test_all_urls.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / test / test_all_urls.py
index b6019554e591755ab71c243b3430012ebee25e4d..848c96ff02f816e40259cbefa5b2b3825e175e5f 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
+
 # Allow direct execution
-import collections
 import os
 import sys
 import unittest
@@ -8,8 +8,9 @@
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 
-from test.helper import gettestcases
+import collections
 
+from test.helper import gettestcases
 from yt_dlp.extractor import FacebookIE, YoutubeIE, gen_extractors