fix linter for python tests

This commit is contained in:
Gregory Sanders 2019-08-21 16:09:06 -04:00
parent e05bc1646a
commit 324834724b
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ import struct
import time
from test_framework.blocktools import create_block, create_coinbase, add_witness_commitment, WITNESS_COMMITMENT_HEADER
from test_framework.key import ECKey, ECPubKey
from test_framework.key import ECKey
from test_framework.messages import (
COIN,
BIP125_SEQUENCE_NUMBER,

View file

@ -6,7 +6,7 @@
"""
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import assert_equal, assert_greater_than, assert_raises_rpc_error, connect_nodes_bi, disconnect_nodes, find_output, sync_blocks
from test_framework.util import assert_equal, assert_greater_than, assert_raises_rpc_error, connect_nodes_bi, disconnect_nodes, sync_blocks
# These imports are used by commented-out tests.
"""