mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-03 17:30:25 +01:00
test: Reformat python imports to aid scripted diff
This commit is contained in:
@@ -7,7 +7,11 @@ import os
|
||||
|
||||
from test_framework.address import ADDRESS_BCRT1_UNSPENDABLE
|
||||
from test_framework.test_framework import BitcoinTestFramework
|
||||
from test_framework.util import assert_equal, wait_until, connect_nodes_bi
|
||||
from test_framework.util import (
|
||||
assert_equal,
|
||||
wait_until,
|
||||
connect_nodes_bi,
|
||||
)
|
||||
|
||||
|
||||
class NotificationsTest(BitcoinTestFramework):
|
||||
|
||||
Reference in New Issue
Block a user