restructuring: add missing import
This commit is contained in:
parent
097ac144d9
commit
1cc1c8a051
@ -68,6 +68,7 @@ if not is_android:
|
||||
from electrum import bitcoin, util
|
||||
from electrum import constants
|
||||
from electrum import SimpleConfig, Network
|
||||
from electrum.wallet import Wallet, Imported_Wallet
|
||||
from electrum import bitcoin, util, constants
|
||||
from electrum.storage import WalletStorage, get_derivation_used_for_hw_device_encryption
|
||||
from electrum.util import print_msg, print_stderr, json_encode, json_decode, UserCancelled
|
||||
|
||||
Loading…
Reference in New Issue
Block a user