mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
add missing import
This commit is contained in:
parent
a0d5ba37c6
commit
6ee33948b6
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ from electrum import ELECTRUM_VERSION
|
|||
import re
|
||||
|
||||
from util import MyTreeWidget, HelpButton, EnterButton, line_dialog, text_dialog, ok_cancel_buttons, close_button, WaitingDialog
|
||||
from util import filename_field, ok_cancel_buttons2
|
||||
from util import filename_field, ok_cancel_buttons2, address_field
|
||||
|
||||
|
||||
def format_status(x):
|
||||
|
|
Loading…
Add table
Reference in a new issue