diff --git a/view.py b/view.py index c44e26e..9746a66 100644 --- a/view.py +++ b/view.py @@ -1,7 +1,6 @@ import sys -from PySide2.QtWidgets import QApplication, QWidget, \ - QHBoxLayout, QVBoxLayout, QComboBox, QLineEdit, QPushButton, QMessageBox +from PySide2.QtWidgets import * from PySide2 import QtGui