]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/trueid.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / trueid.py
index 86f0990e8328184eb2f5160ac6ac1e073989f68b..efedac180c4ff9254e3c15121a4a177e73c6fb6d 100644 (file)
@@ -1,13 +1,13 @@
 from .common import InfoExtractor
 from ..networking.exceptions import HTTPError
 from ..utils import (
-    determine_ext,
     ExtractorError,
+    determine_ext,
     int_or_none,
     parse_age_limit,
     traverse_obj,
     unified_timestamp,
-    url_or_none
+    url_or_none,
 )