aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_pruning.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-04-06 18:38:51 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-04-09 12:10:35 -0400
commitfafe5f0d09db6778173a1079d93c314e9317708c (patch)
tree8e8b53c4d5837943f4e4aedd76698b7133ac51e4 /test/functional/feature_pruning.py
parentfa16a09215f6cce23de0f90d51b3c5df37c6b6a4 (diff)
downloadbitcoin-fafe5f0d09db6778173a1079d93c314e9317708c.tar.xz
test: Remove unused imports
Diffstat (limited to 'test/functional/feature_pruning.py')
-rwxr-xr-xtest/functional/feature_pruning.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/functional/feature_pruning.py b/test/functional/feature_pruning.py
index 1c58b91e5e..8fb7c49640 100755
--- a/test/functional/feature_pruning.py
+++ b/test/functional/feature_pruning.py
@@ -14,7 +14,14 @@ from test_framework.blocktools import create_coinbase
from test_framework.messages import CBlock, ToHex
from test_framework.script import CScript, OP_RETURN, OP_NOP
from test_framework.test_framework import BitcoinTestFramework
-from test_framework.util import assert_equal, assert_greater_than, assert_raises_rpc_error, connect_nodes, disconnect_nodes, sync_blocks, wait_until
+from test_framework.util import (
+ assert_equal,
+ assert_greater_than,
+ assert_raises_rpc_error,
+ connect_nodes,
+ disconnect_nodes,
+ wait_until,
+)
MIN_BLOCKS_TO_KEEP = 288