diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-04-02 01:28:26 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-04-04 21:30:18 +0200 |
commit | b8d9a86dc398846fdc91eb6a76fd119faf274fe2 (patch) | |
tree | d440e4475d67b1a1d43a8b4cbdb40dce554d75c8 /test/functional/bip9-softforks.py | |
parent | 72bc7e1303d54104b06be390f18de7fc5f1ba432 (diff) |
Remove unused import
Diffstat (limited to 'test/functional/bip9-softforks.py')
-rwxr-xr-x | test/functional/bip9-softforks.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/bip9-softforks.py b/test/functional/bip9-softforks.py index 60d262da81..a6383c0679 100755 --- a/test/functional/bip9-softforks.py +++ b/test/functional/bip9-softforks.py @@ -16,7 +16,6 @@ test that enforcement has not triggered (which triggers ACTIVE) test that enforcement has triggered """ -from test_framework.blockstore import BlockStore from test_framework.test_framework import ComparisonTestFramework from test_framework.util import * from test_framework.mininode import CTransaction, NetworkThread |