]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/rte.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / rte.py
index 7ba80d4ba767a6227b57e0768f6df6a0cfd0010f..729804d23ec916a2494e9bf85e88b4f87db589ef 100644 (file)
@@ -3,13 +3,13 @@
 from .common import InfoExtractor
 from ..networking.exceptions import HTTPError
 from ..utils import (
+    ExtractorError,
     float_or_none,
     parse_iso8601,
     str_or_none,
     try_get,
     unescapeHTML,
     url_or_none,
-    ExtractorError,
 )