Problem: Some whitespace in a blank line

Solution: removed it
This commit is contained in:
Zachary Bowen 2018-08-13 14:30:42 +02:00 committed by GitHub
parent 0b0f10050e
commit dce895adab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ def run_upsert_validator_new(args, bigchain):
else: else:
raise OperationError('Failed to commit election') raise OperationError('Failed to commit election')
def run_upsert_validator_show(args, bigchain): def run_upsert_validator_show(args, bigchain):
election = bigchain.get_transaction(args.election_id) election = bigchain.get_transaction(args.election_id)