mirror of https://github.com/python/cpython.git
fix whitespace
This commit is contained in:
parent
ec075e6479
commit
369f35a2cc
|
@ -86,7 +86,7 @@ def __get_builtin_constructor(name):
|
||||||
elif bs == '384':
|
elif bs == '384':
|
||||||
return _sha512.sha384
|
return _sha512.sha384
|
||||||
except ImportError:
|
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)
|
raise ValueError('unsupported hash type %s' % name)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue