summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_socket.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py
index 8fc7290..c5d5d25 100644
--- a/Lib/test/test_socket.py
+++ b/Lib/test/test_socket.py
@@ -5349,7 +5349,7 @@ class LinuxKernelCryptoAPI(unittest.TestCase):
# type / algorithm is not available
sock.close()
raise unittest.SkipTest(str(e), typ, name)
- else
+ else:
return sock
def test_sha256(self):