From 597453c1af6de70ad949efde6da5f97d38f7b8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 29 Feb 2020 20:48:37 -0500 Subject: [pep8] fix unused name packages --- hypervideo_gui/main_ui.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'hypervideo_gui/main_ui.py') 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, -- cgit v1.2.3