From 635d68c7adae6d5306c387c83d67529364243706 Mon Sep 17 00:00:00 2001 From: Sangat Das Date: Wed, 23 Mar 2022 08:23:33 +0000 Subject: [PATCH] Resolve flake8 issues#3 Signed-off-by: Sangat Das --- tests/assets/test_divisible_assets.py | 3 +-- tests/tendermint/test_integration.py | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/assets/test_divisible_assets.py b/tests/assets/test_divisible_assets.py index 272c9d3..031a9be 100644 --- a/tests/assets/test_divisible_assets.py +++ b/tests/assets/test_divisible_assets.py @@ -305,8 +305,7 @@ def test_multiple_in_single_own_single_out_single_own_transfer(alice, b, user_pk # Single output # Single owners_after def test_multiple_in_multiple_own_single_out_single_own_transfer( - alice, b, user_pk, - user_sk): + alice, b, user_pk, user_sk): from planetmint.transactions.common.utils import _fulfillment_to_details # CREATE divisible asset diff --git a/tests/tendermint/test_integration.py b/tests/tendermint/test_integration.py index 8b7bb85..2326caf 100644 --- a/tests/tendermint/test_integration.py +++ b/tests/tendermint/test_integration.py @@ -116,7 +116,6 @@ def test_app(b, eventqueue_fixture, init_chain_request): def test_post_transaction_responses(tendermint_ws_url, b): from planetmint.transactions.common.crypto import generate_key_pair - alice = generate_key_pair() bob = generate_key_pair() tx = Create.generate([alice.public_key],