diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-05-02 21:12:36 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-05-02 21:12:36 +0200 |
commit | 0c60c63de0b6306b586727bb327d00549de4abe8 (patch) | |
tree | aefd16ff048c9291be7858efb5e75c308a233678 /test/functional/signmessages.py | |
parent | 75171f099e82e3527d7c3469b15891bd92227ec2 (diff) |
Remove unused Python imports
Diffstat (limited to 'test/functional/signmessages.py')
-rwxr-xr-x | test/functional/signmessages.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/signmessages.py b/test/functional/signmessages.py index bfde8e40ec..42f6a9daaf 100755 --- a/test/functional/signmessages.py +++ b/test/functional/signmessages.py @@ -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): |