qpaeq: Drop unused imports
authorFelipe Sateler <fsateler@debian.org>
Fri, 25 Oct 2019 11:34:59 +0000 (08:34 -0300)
committerFelipe Sateler <fsateler@debian.org>
Fri, 25 Oct 2019 11:34:59 +0000 (08:34 -0300)
Neither sip nor PyQt5 are used. From PyQt5 we only use the named imports just below

src/utils/qpaeq

index ac0daec..914aedf 100755 (executable)
@@ -18,7 +18,6 @@
 
 import os,math,sys
 try:
-    import PyQt5,sip
     from PyQt5 import QtWidgets,QtCore
     import dbus.mainloop.pyqt5
     import dbus