]> jfr.im git - yt-dlp.git/blobdiff - test/test_http_proxy.py
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / test / test_http_proxy.py
index c1d7c53f5192c6aad0a30a6bac2c4770fc468abd..1b21fe78e8717daf8a55bf34d0c19e9813e58916 100644 (file)
@@ -93,6 +93,7 @@ class SSLTransport(urllib3.util.ssltransport.SSLTransport):
 
         This allows us to chain multiple TLS connections.
         """
+
         def __init__(self, socket, ssl_context, server_hostname=None, suppress_ragged_eofs=True, server_side=False):
             self.incoming = ssl.MemoryBIO()
             self.outgoing = ssl.MemoryBIO()