diff options
| author | practicalswift <[email protected]> | 2017-12-05 23:00:43 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-12-10 11:48:36 +0100 |
| commit | c7399e7082805de6d04e9bf2e8bacd49e3adaae5 (patch) | |
| tree | 85cec4c5296962bab33a9d98f50158c82464e7d5 /test/functional/example_test.py | |
| parent | Merge #11740: Implement BIP159 NODE_NETWORK_LIMITED (pruned peers) *signaling... (diff) | |
| download | discoin-c7399e7082805de6d04e9bf2e8bacd49e3adaae5.tar.xz discoin-c7399e7082805de6d04e9bf2e8bacd49e3adaae5.zip | |
Remove unused Python imports
Diffstat (limited to 'test/functional/example_test.py')
| -rwxr-xr-x | test/functional/example_test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/example_test.py b/test/functional/example_test.py index 289fa248e..35a6bd267 100755 --- a/test/functional/example_test.py +++ b/test/functional/example_test.py @@ -22,7 +22,6 @@ from test_framework.mininode import ( mininode_lock, msg_block, msg_getdata, - NODE_NETWORK, ) from test_framework.test_framework import BitcoinTestFramework from test_framework.util import ( |