]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/lecture2go.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / lecture2go.py
index 10fb5d47993a3d7bd465e2024ce7f94d34d12bbb..1a3ada1e5d1344c518f9a0492197cc53e76b8a8a 100644 (file)
@@ -4,8 +4,8 @@
 from ..utils import (
     determine_ext,
     determine_protocol,
-    parse_duration,
     int_or_none,
+    parse_duration,
 )