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