Skip to content

Commit b8d9a86

Browse files
Remove unused import
1 parent 72bc7e1 commit b8d9a86

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

test/functional/bip9-softforks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
test that enforcement has triggered
1717
"""
1818

19-
from test_framework.blockstore import BlockStore
2019
from test_framework.test_framework import ComparisonTestFramework
2120
from test_framework.util import *
2221
from test_framework.mininode import CTransaction, NetworkThread

test/functional/net.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
Tests correspond to code in rpc/net.cpp.
88
"""
99

10-
from decimal import Decimal
1110
import time
1211

1312
from test_framework.test_framework import BitcoinTestFramework
14-
from test_framework.authproxy import JSONRPCException
1513
from test_framework.util import (
1614
assert_equal,
1715
start_nodes,

test/functional/p2p-versionbits-warning.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from test_framework.test_framework import BitcoinTestFramework
1313
from test_framework.util import *
1414
import re
15-
import time
1615
from test_framework.blocktools import create_block, create_coinbase
1716

1817
VB_PERIOD = 144 # versionbits period length for regtest

0 commit comments

Comments
 (0)