mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 11:11:15 +02:00
test: resort imports
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user