diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-12-05 23:00:43 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-12-10 11:48:36 +0100 |
commit | c7399e7082805de6d04e9bf2e8bacd49e3adaae5 (patch) | |
tree | 85cec4c5296962bab33a9d98f50158c82464e7d5 /test/functional/test_framework/messages.py | |
parent | 59d3dc85b698430f71f6e242a01a25a70c9ef397 (diff) |
Remove unused Python imports
Diffstat (limited to 'test/functional/test_framework/messages.py')
-rw-r--r-- | test/functional/test_framework/messages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_framework/messages.py b/test/functional/test_framework/messages.py index eee24910cb..2ab1bdac0f 100644 --- a/test/functional/test_framework/messages.py +++ b/test/functional/test_framework/messages.py @@ -24,7 +24,7 @@ import struct import time from test_framework.siphash import siphash256 -from test_framework.util import hex_str_to_bytes, bytes_to_hex_str, wait_until +from test_framework.util import hex_str_to_bytes, bytes_to_hex_str MIN_VERSION_SUPPORTED = 60001 MY_VERSION = 70014 # past bip-31 for ping/pong |