mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 19:43:13 +02:00
test: resort imports
This commit is contained in:
@@ -9,6 +9,12 @@ Tests correspond to code in rpc/net.cpp.
|
||||
|
||||
from decimal import Decimal
|
||||
|
||||
from test_framework.p2p import P2PInterface
|
||||
import test_framework.messages
|
||||
from test_framework.messages import (
|
||||
NODE_NETWORK,
|
||||
NODE_WITNESS,
|
||||
)
|
||||
from test_framework.test_framework import BitcoinTestFramework
|
||||
from test_framework.util import (
|
||||
assert_equal,
|
||||
@@ -19,12 +25,6 @@ from test_framework.util import (
|
||||
p2p_port,
|
||||
wait_until,
|
||||
)
|
||||
from test_framework.p2p import P2PInterface
|
||||
import test_framework.messages
|
||||
from test_framework.messages import (
|
||||
NODE_NETWORK,
|
||||
NODE_WITNESS,
|
||||
)
|
||||
|
||||
|
||||
def assert_net_servicesnames(servicesflag, servicenames):
|
||||
|
Reference in New Issue
Block a user