mirror of
https://github.com/planetmint/planetmint.git
synced 2025-06-03 20:56:37 +00:00
Resolve flake8 issues#3
Signed-off-by: Sangat Das <sangatdas5@gmail.com>
This commit is contained in:
parent
43ecbffe5e
commit
635d68c7ad
@ -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
|
||||
|
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user