mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-04 17:52:25 +01:00
tests: Use explicit imports
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
"""Test wallet group functionality."""
|
||||
|
||||
from test_framework.test_framework import BitcoinTestFramework
|
||||
from test_framework.mininode import FromHex, ToHex
|
||||
from test_framework.messages import CTransaction
|
||||
from test_framework.messages import CTransaction, FromHex, ToHex
|
||||
from test_framework.util import (
|
||||
assert_equal,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user