]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/gofile.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / yt_dlp / extractor / gofile.py
index c6eca0c4dffc8fa82de2df62789fc2814e58e350..fac08846213986d9beb71ab3a80be32d90c56eeb 100644 (file)
@@ -1,10 +1,7 @@
 import hashlib
 
 from .common import InfoExtractor
-from ..utils import (
-    ExtractorError,
-    try_get
-)
+from ..utils import ExtractorError, try_get
 
 
 class GofileIE(InfoExtractor):