Skip to content

Commit eb8263b

Browse files
committed
Merge #10317: Remove unused Python imports
0c60c63 Remove unused Python imports (practicalswift) Tree-SHA512: c7ae6a8ae2c751b771804960498bf270ab022c80fa9e1b39118d5986d890c8cdfc27a3cc24bf28c080d8088ddc11facd1f2881ba2c209cdd819675fda4689d83
2 parents 18c9deb + 0c60c63 commit eb8263b

File tree

7 files changed

+1
-8
lines changed

7 files changed

+1
-8
lines changed

contrib/devtools/github-merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# In case of a clean merge that is accepted by the user, the local branch with
1616
# name $BRANCH is overwritten with the merged result, and optionally pushed.
1717
from __future__ import division,print_function,unicode_literals
18-
import os,sys
18+
import os
1919
from sys import stdin,stdout,stderr
2020
import argparse
2121
import hashlib

test/functional/blockchain.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
assert_raises_jsonrpc,
2424
assert_is_hex_string,
2525
assert_is_hash_string,
26-
start_nodes,
27-
connect_nodes_bi,
2826
)
2927

3028

test/functional/net.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
assert_raises_jsonrpc,
1616
connect_nodes_bi,
1717
p2p_port,
18-
start_nodes,
1918
)
2019

2120

test/functional/rpcnamedargs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from test_framework.util import (
99
assert_equal,
1010
assert_raises_jsonrpc,
11-
start_nodes,
1211
)
1312

1413

test/functional/signmessages.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"""Test RPC commands for signing and verifying messages."""
66

77
from test_framework.test_framework import BitcoinTestFramework
8-
from test_framework.util import *
98

109
class SignMessagesTest(BitcoinTestFramework):
1110

test/functional/wallet-accounts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
from test_framework.test_framework import BitcoinTestFramework
1717
from test_framework.util import (
18-
start_nodes,
1918
assert_equal,
2019
)
2120

test/functional/wallet-hd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
from test_framework.test_framework import BitcoinTestFramework
88
from test_framework.util import (
9-
start_nodes,
109
start_node,
1110
assert_equal,
1211
connect_nodes_bi,

0 commit comments

Comments
 (0)