]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/banbye.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / banbye.py
index 67af29a962e4b50cbeaec4f396f1e9e1c9ab545d..c4e07a79a84482185a2aa08d0e1fcfc057233b27 100644 (file)
@@ -2,12 +2,12 @@
 
 from .common import InfoExtractor
 from ..compat import (
-    compat_urllib_parse_urlparse,
     compat_parse_qs,
+    compat_urllib_parse_urlparse,
 )
 from ..utils import (
-    format_field,
     InAdvancePagedList,
+    format_field,
     traverse_obj,
     unified_timestamp,
 )