]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/nba.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / nba.py
index 81d11e3a5061a0cc3e490ad7556801f2d2fe1efc..ec4d6368e442e5fdfcf5553997f65a01086bef96 100644 (file)
@@ -7,9 +7,9 @@
     compat_urllib_parse_unquote,
 )
 from ..utils import (
+    OnDemandPagedList,
     int_or_none,
     merge_dicts,
-    OnDemandPagedList,
     parse_duration,
     parse_iso8601,
     parse_qs,