]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/faz.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / faz.py
index bca62add9f730b3e6677551b28ccd133f47b55f6..796bac3c3173b12ccf5e8565e196d36fbfd9b74d 100644 (file)
@@ -3,9 +3,9 @@
 from .common import InfoExtractor
 from ..compat import compat_etree_fromstring
 from ..utils import (
+    int_or_none,
     xpath_element,
     xpath_text,
-    int_or_none,
 )