aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet-accounts.py
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-05-02 21:12:36 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2017-05-02 21:12:36 +0200
commit0c60c63de0b6306b586727bb327d00549de4abe8 (patch)
treeaefd16ff048c9291be7858efb5e75c308a233678 /test/functional/wallet-accounts.py
parent75171f099e82e3527d7c3469b15891bd92227ec2 (diff)
downloadbitcoin-0c60c63de0b6306b586727bb327d00549de4abe8.tar.xz
Remove unused Python imports
Diffstat (limited to 'test/functional/wallet-accounts.py')
-rwxr-xr-xtest/functional/wallet-accounts.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/wallet-accounts.py b/test/functional/wallet-accounts.py
index 8dc1589117..e6635bea1c 100755
--- a/test/functional/wallet-accounts.py
+++ b/test/functional/wallet-accounts.py
@@ -15,7 +15,6 @@ RPCs tested are:
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import (
- start_nodes,
assert_equal,
)