mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
fix: missing import
This commit is contained in:
parent
46c2de3979
commit
a530de3122
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ from electrum import SimpleConfig, Wallet, WalletStorage
|
|||
|
||||
from electrum import bmp, pyqrnative
|
||||
|
||||
from amountedit import BTCAmountEdit, MyLineEdit
|
||||
from amountedit import AmountEdit, BTCAmountEdit, MyLineEdit
|
||||
from network_dialog import NetworkDialog
|
||||
from qrcodewidget import QRCodeWidget
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue