]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/gotostage.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / gotostage.py
index 112293bef56c46a7ec238dacf85905690703b07e..9c1a6cb91f25f4cba1d3dffe5bd10c09ac58d886 100644 (file)
@@ -1,11 +1,8 @@
+import json
+
 from .common import InfoExtractor
 from ..compat import compat_str
-from ..utils import (
-    try_get,
-    url_or_none
-)
-
-import json
+from ..utils import try_get, url_or_none
 
 
 class GoToStageIE(InfoExtractor):