]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/urplay.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / urplay.py
index 7f97fc95f50b50e0375d8b236ded834b897d1d3a..928e6e1c2d66836dd18a56d45a935fa7117027d5 100644 (file)
@@ -1,9 +1,9 @@
 from .common import InfoExtractor
 from ..utils import (
-    dict_get,
     ExtractorError,
-    int_or_none,
     ISO639Utils,
+    dict_get,
+    int_or_none,
     parse_age_limit,
     try_get,
     unified_timestamp,