]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/networking/websocket.py
Create `ydl._request_director` when needed
[yt-dlp.git] / yt_dlp / networking / websocket.py
index 09fcf78ac2d6af4d4ca8ad4e7a763babc7f10908..0e7e73c9e22a7457b3f12b53c14040f46c786925 100644 (file)
@@ -2,7 +2,7 @@
 
 import abc
 
-from .common import Response, RequestHandler
+from .common import RequestHandler, Response
 
 
 class WebSocketResponse(Response):