test: resort imports

This commit is contained in:
John Newbery
2020-08-17 10:45:44 +01:00
parent 85165d4332
commit 5e8df3312e
9 changed files with 25 additions and 29 deletions

View File

@ -15,11 +15,11 @@ Therefore, this test is limited to the remaining protection criteria.
import time
from test_framework.test_framework import BitcoinTestFramework
from test_framework.p2p import P2PInterface, P2PDataStore
from test_framework.util import assert_equal, wait_until
from test_framework.blocktools import create_block, create_coinbase
from test_framework.messages import CTransaction, FromHex, msg_pong, msg_tx
from test_framework.p2p import P2PDataStore, P2PInterface
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import assert_equal, wait_until
class SlowP2PDataStore(P2PDataStore):