summaryrefslogtreecommitdiff
path: root/src/OpenSSL/SSL.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2023-02-13 13:01:47 +0100
committerGitHub <noreply@github.com>2023-02-13 07:01:47 -0500
commit669969ea7afa8a5f5f35a784a50acef9bea3952a (patch)
tree768460b6115d6179418554ca1d8ac5959a8a21d3 /src/OpenSSL/SSL.py
parent23d990e95812c45c9a0ee1fc9b501a90ae9425aa (diff)
downloadpyopenssl-669969ea7afa8a5f5f35a784a50acef9bea3952a.tar.gz
Fix CI (#1185)
* Reformat code using black 23.x * fix compat with tox 4
Diffstat (limited to 'src/OpenSSL/SSL.py')
-rw-r--r--src/OpenSSL/SSL.py1
1 files changed, 0 insertions, 1 deletions
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