[tests] Remove redundant import in blocktools.py test

This commit is contained in:
Anthony Towns 2018-01-03 16:16:56 +10:00
parent 9b20bb40fb
commit 5fecd842a6

View file

@ -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,