]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/wsj.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / wsj.py
index 86e2646793b127d4887ad9cbd5a86fc9036626ab..35fe3036272cd67f80523098f05fd7a6c512275d 100644 (file)
@@ -1,7 +1,7 @@
 from .common import InfoExtractor
 from ..utils import (
-    int_or_none,
     float_or_none,
+    int_or_none,
     unified_strdate,
 )