]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/downloader/websocket.py
Remove Python 3.6 support
[yt-dlp.git] / yt_dlp / downloader / websocket.py
index 727a15828e21df0dc39efc08ab1a8f4ae253621c..6837ff1da15ad489559f952bbfba172d2caed5ba 100644 (file)
@@ -1,3 +1,4 @@
+import asyncio
 import contextlib
 import os
 import signal
@@ -5,7 +6,6 @@
 
 from .common import FileDownloader
 from .external import FFmpegFD
-from ..compat import asyncio
 from ..dependencies import websockets