Remove unnecessary pass statement

This commit is contained in:
Mike Place 2017-02-03 09:53:08 -07:00 committed by GitHub
parent 6a8046970e
commit 4ebf7a3df4

View file

@ -239,7 +239,6 @@ def _check_private_key(name, bits=2048, passphrase=None,
if not overwrite:
raise salt.exceptions.CommandExecutionError(
'The provided passphrase cannot decrypt the private key.')
pass
return current_bits == bits and not new