aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_gui
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-02-29 20:48:37 -0500
committerJesús <heckyel@hyperbola.info>2020-02-29 20:48:37 -0500
commit597453c1af6de70ad949efde6da5f97d38f7b8ba (patch)
tree348483c49d7e8cf1b4f5429a644901ee6f42f147 /hypervideo_gui
parenta8bfbe37c474155cedbf16a861675c2e3579f7cc (diff)
downloadhypervideo-gui-597453c1af6de70ad949efde6da5f97d38f7b8ba.tar.lz
hypervideo-gui-597453c1af6de70ad949efde6da5f97d38f7b8ba.tar.xz
hypervideo-gui-597453c1af6de70ad949efde6da5f97d38f7b8ba.zip
[pep8] fix unused name packages
Diffstat (limited to 'hypervideo_gui')
-rw-r--r--hypervideo_gui/main_ui.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py
index e9a2522..9e85ba1 100644
--- a/hypervideo_gui/main_ui.py
+++ b/hypervideo_gui/main_ui.py
@@ -6,19 +6,14 @@ import sys
from PyQt5.QtCore import (
QFile,
- QPoint,
- QRect,
- QSize,
QStandardPaths,
Qt,
QProcess,
QSettings
)
-from PyQt5.QtGui import QIcon, QFont
from PyQt5.QtWidgets import (
QAction,
- QApplication,
QComboBox,
QFileDialog,
QHBoxLayout,
@@ -27,7 +22,6 @@ from PyQt5.QtWidgets import (
QMainWindow,
QMessageBox,
QProgressBar,
- QPushButton,
QToolButton,
QVBoxLayout,
QWidget,