]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/drtuber.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / drtuber.py
index e5dab6ac0d5df4a27045daaec4561676fcceccf6..a9247edc0f1c5f60a4e51187770d4afef0a3e2ce 100644 (file)
@@ -2,8 +2,8 @@
 
 from .common import InfoExtractor
 from ..utils import (
-    int_or_none,
     NO_DEFAULT,
+    int_or_none,
     parse_duration,
     str_to_int,
 )