Remove unused Python imports
This commit is contained in:
parent
59d3dc85b6
commit
c7399e7082
3 changed files with 1 additions and 3 deletions
test/functional/test_framework
|
@ -24,7 +24,7 @@ import struct
|
|||
import time
|
||||
|
||||
from test_framework.siphash import siphash256
|
||||
from test_framework.util import hex_str_to_bytes, bytes_to_hex_str, wait_until
|
||||
from test_framework.util import hex_str_to_bytes, bytes_to_hex_str
|
||||
|
||||
MIN_VERSION_SUPPORTED = 60001
|
||||
MY_VERSION = 70014 # past bip-31 for ping/pong
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue