]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/hbo.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / hbo.py
index 530bdb7270f80552882124d5e235452d3ff16e42..2551cfffdbfeff780933302a4f32d19d2e876a9a 100644 (file)
@@ -2,11 +2,11 @@
 
 from .common import InfoExtractor
 from ..utils import (
-    xpath_text,
-    xpath_element,
     int_or_none,
     parse_duration,
     urljoin,
+    xpath_element,
+    xpath_text,
 )