mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
code cleanup
This commit is contained in:
parent
4836adff84
commit
293fba3a38
1 changed files with 1 additions and 18 deletions
|
@ -23,26 +23,9 @@
|
||||||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
from functools import partial
|
|
||||||
from threading import Thread
|
|
||||||
import re
|
|
||||||
from decimal import Decimal
|
|
||||||
|
|
||||||
from PyQt5.QtGui import *
|
|
||||||
from PyQt5.QtCore import *
|
|
||||||
|
|
||||||
from electrum_gui.qt.util import *
|
|
||||||
from electrum_gui.qt.qrcodewidget import QRCodeWidget
|
|
||||||
from electrum_gui.qt.amountedit import AmountEdit
|
|
||||||
from electrum_gui.qt.main_window import StatusBarButton
|
|
||||||
from electrum.i18n import _
|
from electrum.i18n import _
|
||||||
from electrum.plugins import hook
|
from electrum.plugins import hook
|
||||||
from .trustedcoin import TrustedCoinPlugin, server
|
from .trustedcoin import TrustedCoinPlugin
|
||||||
|
|
||||||
|
|
||||||
class QTOSSignalObject(QObject):
|
|
||||||
two_factor_tos_signal = pyqtSignal()
|
|
||||||
|
|
||||||
|
|
||||||
class Plugin(TrustedCoinPlugin):
|
class Plugin(TrustedCoinPlugin):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue