aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/networking/websocket.py
diff options
context:
space:
mode:
authorSimon Sawicki <contact@grub4k.xyz>2023-12-30 22:27:36 +0100
committerGitHub <noreply@github.com>2023-12-30 22:27:36 +0100
commitf9fb3ce86e3c6a0c3c33b45392b8d7288bceba76 (patch)
tree4238cec16764841f1c61b4d8860b87615dfedd6b /yt_dlp/networking/websocket.py
parent5f009a094f0e8450792b097c4c8273622778052d (diff)
[cleanup] Misc (#8598)
Authored by: bashonly, pukkandan, seproDev, Grub4K Co-authored-by: bashonly <bashonly@protonmail.com> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
Diffstat (limited to 'yt_dlp/networking/websocket.py')
-rw-r--r--yt_dlp/networking/websocket.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/networking/websocket.py b/yt_dlp/networking/websocket.py
index 09fcf78ac..0e7e73c9e 100644
--- a/yt_dlp/networking/websocket.py
+++ b/yt_dlp/networking/websocket.py
@@ -2,7 +2,7 @@ from __future__ import annotations
import abc
-from .common import Response, RequestHandler
+from .common import RequestHandler, Response
class WebSocketResponse(Response):