Remove unused Python imports

This commit is contained in:
practicalswift
2017-05-02 21:12:36 +02:00
parent 75171f099e
commit 0c60c63de0
7 changed files with 1 additions and 8 deletions

View File

@@ -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):