From 669969ea7afa8a5f5f35a784a50acef9bea3952a Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 13 Feb 2023 13:01:47 +0100 Subject: Fix CI (#1185) * Reformat code using black 23.x * fix compat with tox 4 --- src/OpenSSL/SSL.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/OpenSSL/SSL.py') diff --git a/src/OpenSSL/SSL.py b/src/OpenSSL/SSL.py index dfbd109..c1fb0f5 100644 --- a/src/OpenSSL/SSL.py +++ b/src/OpenSSL/SSL.py @@ -1916,7 +1916,6 @@ class Connection: buf = _text_to_bytes_and_warn("buf", buf) with _ffi.from_buffer(buf) as data: - left_to_send = len(buf) total_sent = 0 -- cgit v1.2.1