Browse Source

(trivial) qml/qedaemon.py: add missing import

patch-4
SomberNight 2 years ago
parent
commit
c421bdaff4
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      electrum/gui/qml/qedaemon.py

1
electrum/gui/qml/qedaemon.py

@ -7,6 +7,7 @@ from electrum.i18n import _
from electrum.logging import get_logger
from electrum.util import WalletFileException, standardize_path
from electrum.wallet import Abstract_Wallet
from electrum.lnchannel import ChannelState
from .auth import AuthMixin, auth_protect
from .qefx import QEFX

Loading…
Cancel
Save