]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/nhl.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / nhl.py
index 2521c40e0836ab3c6e00282e480fe7d9fb922562..64cddb408728237f3942fb350fe70328501293b1 100644 (file)
@@ -3,8 +3,8 @@
 from ..utils import (
     determine_ext,
     int_or_none,
-    parse_iso8601,
     parse_duration,
+    parse_iso8601,
 )