Skip to content

Commit ea70e6a

Browse files
committed
[tests] Tidy up imports in address.py
No need to import twice from util.py
1 parent 7f639df commit ea70e6a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/functional/test_framework/address.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99

1010
from .script import hash256, hash160, sha256, CScript, OP_0
1111
from .segwit_addr import encode_segwit_address
12-
from .util import hex_str_to_bytes
13-
14-
15-
from test_framework.util import assert_equal
12+
from .util import assert_equal, hex_str_to_bytes
1613

1714
ADDRESS_BCRT1_UNSPENDABLE = 'bcrt1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq3xueyj'
1815
ADDRESS_BCRT1_UNSPENDABLE_DESCRIPTOR = 'addr(bcrt1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq3xueyj)#juyq9d97'

0 commit comments

Comments
 (0)