From fafe5f0d09db6778173a1079d93c314e9317708c Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sat, 6 Apr 2019 18:38:51 -0400 Subject: test: Remove unused imports --- test/functional/wallet_txn_doublespend.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/wallet_txn_doublespend.py') diff --git a/test/functional/wallet_txn_doublespend.py b/test/functional/wallet_txn_doublespend.py index 31b5494fe6..40eeb4048c 100755 --- a/test/functional/wallet_txn_doublespend.py +++ b/test/functional/wallet_txn_doublespend.py @@ -11,7 +11,6 @@ from test_framework.util import ( connect_nodes, disconnect_nodes, find_output, - sync_blocks, ) class TxnMallTest(BitcoinTestFramework): -- cgit v1.2.3