]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/bannedvideo.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / bannedvideo.py
index 51e7220578bc6a8cf2d2050d24d7124321a82995..82dc9ab025e7b1e167716a13447e714c0ad6afca 100644 (file)
@@ -2,11 +2,11 @@
 
 from .common import InfoExtractor
 from ..utils import (
-    try_get,
-    int_or_none,
-    url_or_none,
     float_or_none,
+    int_or_none,
+    try_get,
     unified_timestamp,
+    url_or_none,
 )