From 3658f44996e0810615d5fe79a2cb9956a4e0a1e8 Mon Sep 17 00:00:00 2001 From: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> Date: Thu, 24 Oct 2019 12:33:55 +0800 Subject: [PATCH] remove whitespace for PEP8 --- apps/cli/pisa-cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/pisa-cli.py b/apps/cli/pisa-cli.py index 6645825..df535fe 100644 --- a/apps/cli/pisa-cli.py +++ b/apps/cli/pisa-cli.py @@ -190,7 +190,7 @@ def build_appointment(tx, tx_id, start_block, end_block, dispute_delta): appointment = { 'locator': locator, 'start_block': start_block, 'end_block': end_block, 'dispute_delta': dispute_delta, - 'encrypted_blob': encrypted_blob, 'cipher': cipher, 'hash_function': hash_function } + 'encrypted_blob': encrypted_blob, 'cipher': cipher, 'hash_function': hash_function} return appointment