Skip to content

Commit 5fecd84

Browse files
committed
[tests] Remove redundant import in blocktools.py test
1 parent 9b20bb4 commit 5fecd84

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/functional/test_framework/blocktools.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"""Utilities for manipulating blocks and transactions."""
66

77
from .address import (
8-
key_to_p2sh_p2wpkh,
98
key_to_p2sh_p2wpkh,
109
key_to_p2wpkh,
1110
script_to_p2sh_p2wsh,
@@ -18,8 +17,6 @@
1817
OP_1,
1918
OP_CHECKMULTISIG,
2019
OP_CHECKSIG,
21-
OP_EQUAL,
22-
OP_HASH160,
2320
OP_RETURN,
2421
OP_TRUE,
2522
hash160,

0 commit comments

Comments
 (0)