]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/downloader/mhtml.py
[cleanup] Sort imports
[yt-dlp.git] / yt_dlp / downloader / mhtml.py
index 5a322f1db72d5cfd7bea1721380a90fe7ba5f9ce..7bc3ab049bec628def3a9d9e9fc0c47b8a398dc4 100644 (file)
@@ -4,12 +4,7 @@
 import uuid
 
 from .fragment import FragmentFD
-from ..utils import (
-    escapeHTML,
-    formatSeconds,
-    srt_subtitles_timecode,
-    urljoin,
-)
+from ..utils import escapeHTML, formatSeconds, srt_subtitles_timecode, urljoin
 from ..version import __version__ as YT_DLP_VERSION