]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/lecturio.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / lecturio.py
index 629d208fcce3b30a777d75283f9791f0d22a6144..90f0268d7b34b23e936972a920edc359e9e0e83b 100644 (file)
@@ -2,9 +2,9 @@
 
 from .common import InfoExtractor
 from ..utils import (
+    ExtractorError,
     clean_html,
     determine_ext,
-    ExtractorError,
     float_or_none,
     int_or_none,
     str_or_none,