1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-10-02 23:47:08 +02:00

[rh:websockets] imports cleanup

Authored by: bashonly
This commit is contained in:
bashonly 2024-06-13 11:42:30 -05:00
parent 88d77cdf32
commit 9f56f3b790
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -1,6 +1,7 @@
from __future__ import annotations
import contextlib
import functools
import io
import logging
import ssl
@ -22,7 +23,6 @@
TransportError,
)
from .websocket import WebSocketRequestHandler, WebSocketResponse
from ..compat import functools
from ..dependencies import websockets
from ..socks import ProxyError as SocksProxyError
from ..utils import int_or_none