mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
[tests] Remove redundant import in blocktools.py test
This commit is contained in:
parent
9b20bb40fb
commit
5fecd842a6
@ -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 New Issue
Block a user