]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/downloader/niconico.py
[cleanup] Misc
[yt-dlp.git] / yt_dlp / downloader / niconico.py
index cfe7397845955895815eed024f7dce4894716877..7d8575c2a4c6af45d29bcc24058c3c499515a019 100644 (file)
@@ -7,9 +7,9 @@
 from .external import FFmpegFD
 from ..utils import (
     DownloadError,
-    str_or_none,
-    sanitized_Request,
     WebSocketsWrapper,
+    sanitized_Request,
+    str_or_none,
     try_get,
 )