]> jfr.im git - yt-dlp.git/blobdiff - devscripts/check-porn.py
[cleanup] Sort imports
[yt-dlp.git] / devscripts / check-porn.py
index 6188f68ec7d9289e9d1639d8543f2d204f43884b..08f663e4babf5eda94c4ccc758de8780b82404e6 100644 (file)
 # Allow direct execution
 import os
 import sys
+
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 from test.helper import gettestcases
-from yt_dlp.utils import compat_urllib_parse_urlparse
-from yt_dlp.utils import compat_urllib_request
+
+from yt_dlp.utils import compat_urllib_parse_urlparse, compat_urllib_request
 
 if len(sys.argv) > 1:
     METHOD = 'LIST'