mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Issue #28078: Add missing colon
This commit is contained in:
parent
8d14abc800
commit
49aed7b782
1 changed files with 1 additions and 1 deletions
|
|
@ -5349,7 +5349,7 @@ def create_alg(self, typ, name):
|
|||
# type / algorithm is not available
|
||||
sock.close()
|
||||
raise unittest.SkipTest(str(e), typ, name)
|
||||
else
|
||||
else:
|
||||
return sock
|
||||
|
||||
def test_sha256(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue