mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
Remove unused Python imports
This commit is contained in:
parent
75171f099e
commit
0c60c63de0
@ -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 New Issue
Block a user