Remove unused imports. Explicitly import a few deep imports.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
from binascii import hexlify, unhexlify
|
||||
import threading
|
||||
|
||||
from PyQt5.Qt import (QDialog, QInputDialog, QLineEdit, QTextEdit, QVBoxLayout, QLabel)
|
||||
from PyQt5.Qt import QDialog, QLineEdit, QTextEdit, QVBoxLayout, QLabel
|
||||
import PyQt5.QtCore as QtCore
|
||||
from PyQt5.QtWidgets import *
|
||||
|
||||
@@ -9,8 +8,8 @@ from electrum.i18n import _
|
||||
from electrum_gui.qt.util import *
|
||||
from electrum.util import print_msg
|
||||
|
||||
import os, hashlib, websocket, threading, logging, json, copy
|
||||
from electrum_gui.qt.qrcodewidget import QRCodeWidget, QRDialog
|
||||
import os, hashlib, websocket, logging, json, copy
|
||||
from electrum_gui.qt.qrcodewidget import QRCodeWidget
|
||||
from btchip.btchip import *
|
||||
|
||||
DEBUG = False
|
||||
|
||||
Reference in New Issue
Block a user