Skip to content

Commit c7399e7

Browse files
Remove unused Python imports
1 parent 59d3dc8 commit c7399e7

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

test/functional/example_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
mininode_lock,
2323
msg_block,
2424
msg_getdata,
25-
NODE_NETWORK,
2625
)
2726
from test_framework.test_framework import BitcoinTestFramework
2827
from test_framework.util import (

test/functional/test_framework/messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import time
2525

2626
from test_framework.siphash import siphash256
27-
from test_framework.util import hex_str_to_bytes, bytes_to_hex_str, wait_until
27+
from test_framework.util import hex_str_to_bytes, bytes_to_hex_str
2828

2929
MIN_VERSION_SUPPORTED = 60001
3030
MY_VERSION = 70014 # past bip-31 for ping/pong

test/functional/test_framework/test_framework.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import sys
1414
import tempfile
1515
import time
16-
import traceback
1716

1817
from .authproxy import JSONRPCException
1918
from . import coverage

0 commit comments

Comments
 (0)