]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/sunporno.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / sunporno.py
index 708873a9566f6da8512f994617c53fd921aefc27..501156e5138e2a851964291af78f0e944b08aa5a 100644 (file)
@@ -2,10 +2,10 @@
 
 from .common import InfoExtractor
 from ..utils import (
-    parse_duration,
+    determine_ext,
     int_or_none,
+    parse_duration,
     qualities,
-    determine_ext,
 )