Merge #10317: Remove unused Python imports
0c60c63
Remove unused Python imports (practicalswift)
Tree-SHA512: c7ae6a8ae2c751b771804960498bf270ab022c80fa9e1b39118d5986d890c8cdfc27a3cc24bf28c080d8088ddc11facd1f2881ba2c209cdd819675fda4689d83
This commit is contained in:
commit
eb8263bdc9
7 changed files with 1 additions and 8 deletions
|
@ -15,7 +15,7 @@
|
|||
# In case of a clean merge that is accepted by the user, the local branch with
|
||||
# name $BRANCH is overwritten with the merged result, and optionally pushed.
|
||||
from __future__ import division,print_function,unicode_literals
|
||||
import os,sys
|
||||
import os
|
||||
from sys import stdin,stdout,stderr
|
||||
import argparse
|
||||
import hashlib
|
||||
|
|
|
@ -23,8 +23,6 @@ from test_framework.util import (
|
|||
assert_raises_jsonrpc,
|
||||
assert_is_hex_string,
|
||||
assert_is_hash_string,
|
||||
start_nodes,
|
||||
connect_nodes_bi,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@ from test_framework.util import (
|
|||
assert_raises_jsonrpc,
|
||||
connect_nodes_bi,
|
||||
p2p_port,
|
||||
start_nodes,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ from test_framework.test_framework import BitcoinTestFramework
|
|||
from test_framework.util import (
|
||||
assert_equal,
|
||||
assert_raises_jsonrpc,
|
||||
start_nodes,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
"""Test RPC commands for signing and verifying messages."""
|
||||
|
||||
from test_framework.test_framework import BitcoinTestFramework
|
||||
from test_framework.util import *
|
||||
|
||||
class SignMessagesTest(BitcoinTestFramework):
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@ RPCs tested are:
|
|||
|
||||
from test_framework.test_framework import BitcoinTestFramework
|
||||
from test_framework.util import (
|
||||
start_nodes,
|
||||
assert_equal,
|
||||
)
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
from test_framework.test_framework import BitcoinTestFramework
|
||||
from test_framework.util import (
|
||||
start_nodes,
|
||||
start_node,
|
||||
assert_equal,
|
||||
connect_nodes_bi,
|
||||
|
|
Loading…
Reference in a new issue