Skip to content

Commit

Permalink
[tests] Remove redundant import in blocktools.py test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtowns committed Jan 3, 2018
1 parent 9b20bb4 commit 5fecd84
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/functional/test_framework/blocktools.py
Expand Up @@ -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,
Expand All @@ -18,8 +17,6 @@
OP_1,
OP_CHECKMULTISIG,
OP_CHECKSIG,
OP_EQUAL,
OP_HASH160,
OP_RETURN,
OP_TRUE,
hash160,
Expand Down

0 comments on commit 5fecd84

Please sign in to comment.