mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 21:05:11 +00:00
Cleanup labels/qt imports.
This commit is contained in:
parent
a0b031c7df
commit
eb82a5e689
1 changed files with 1 additions and 4 deletions
|
@ -1,14 +1,11 @@
|
|||
import threading
|
||||
from functools import partial
|
||||
|
||||
from PyQt4.QtGui import *
|
||||
from PyQt4.QtCore import *
|
||||
import PyQt4.QtCore as QtCore
|
||||
import PyQt4.QtGui as QtGui
|
||||
|
||||
from electrum.plugins import hook
|
||||
from electrum.i18n import _
|
||||
from electrum_gui.qt import HelpButton, EnterButton
|
||||
from electrum_gui.qt import EnterButton
|
||||
from electrum_gui.qt.util import ThreadedButton, Buttons, CancelButton, OkButton
|
||||
|
||||
from labels import LabelsPlugin
|
||||
|
|
Loading…
Add table
Reference in a new issue