Remove unused imports. Explicitly import a few deep imports.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import threading
|
||||
|
||||
from PyQt5.Qt import (QDialog, QInputDialog, QLineEdit,
|
||||
QVBoxLayout, QLabel)
|
||||
import PyQt5.QtCore as QtCore
|
||||
from PyQt5.Qt import QInputDialog, QLineEdit, QVBoxLayout, QLabel
|
||||
|
||||
from electrum.i18n import _
|
||||
from .ledger import LedgerPlugin
|
||||
|
||||
Reference in New Issue
Block a user