]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/usatoday.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / usatoday.py
index 3243f3e3bdffdd039166482ed53b7966496b5336..42a28c509e7d36ee4b8e688fcd1690b26345491e 100644 (file)
@@ -1,4 +1,5 @@
 from .common import InfoExtractor
+from ..compat import compat_str
 from ..utils import (
     ExtractorError,
     get_element_by_attribute,
@@ -6,7 +7,6 @@
     try_get,
     update_url_query,
 )
-from ..compat import compat_str
 
 
 class USATodayIE(InfoExtractor):