aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/tcp.py
diff options
context:
space:
mode:
Diffstat (limited to 'netlib/tcp.py')
-rw-r--r--netlib/tcp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlib/tcp.py b/netlib/tcp.py
index 62545244..9a980035 100644
--- a/netlib/tcp.py
+++ b/netlib/tcp.py
@@ -501,7 +501,7 @@ class TCPClient(_Connection):
def get_alpn_proto_negotiated(self):
if OpenSSL._util.lib.Cryptography_HAS_ALPN:
return self.connection.get_alpn_proto_negotiated()
- else: # pragma no cover
+ else: # pragma no cover
return None