From 5fecd842a6ff3d094c21f84b81b6cef09787c3b7 Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Wed, 3 Jan 2018 16:16:56 +1000 Subject: [tests] Remove redundant import in blocktools.py test --- test/functional/test_framework/blocktools.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/functional/test_framework/blocktools.py') diff --git a/test/functional/test_framework/blocktools.py b/test/functional/test_framework/blocktools.py index 3b4f17bc35..55f398719a 100644 --- a/test/functional/test_framework/blocktools.py +++ b/test/functional/test_framework/blocktools.py @@ -5,7 +5,6 @@ """Utilities for manipulating blocks and transactions.""" from .address import ( - key_to_p2sh_p2wpkh, key_to_p2sh_p2wpkh, key_to_p2wpkh, script_to_p2sh_p2wsh, @@ -18,8 +17,6 @@ from .script import ( OP_1, OP_CHECKMULTISIG, OP_CHECKSIG, - OP_EQUAL, - OP_HASH160, OP_RETURN, OP_TRUE, hash160, -- cgit v1.2.3