]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tvn24.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / tvn24.py
index 5276813155b7e9cbe32bb526aa3817234008a267..ac480580a689e65af680a68178bdba603f540f7a 100644 (file)
@@ -1,7 +1,7 @@
 from .common import InfoExtractor
 from ..utils import (
-    int_or_none,
     NO_DEFAULT,
+    int_or_none,
     unescapeHTML,
 )