[tests] Remove redundant import in blocktools.py test
This commit is contained in:
parent
9b20bb40fb
commit
5fecd842a6
1 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue