mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
fix whitespace
This commit is contained in:
parent
11ddc999e0
commit
a3221f8209
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ def __get_builtin_constructor(name):
|
|||
elif bs == '384':
|
||||
return _sha512.sha384
|
||||
except ImportError:
|
||||
pass # no extension module, this hash is unsupported.
|
||||
pass # no extension module, this hash is unsupported.
|
||||
|
||||
raise ValueError('unsupported hash type %s' % name)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue