Remove some unneeded imports

This commit is contained in:
Veronica K. B. Olsen
2020-05-03 20:16:13 +02:00
parent cbf0c265b9
commit 9daa77486c
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ import nw
from PyQt5.QtCore import Qt from PyQt5.QtCore import Qt
from PyQt5.QtGui import QColor, QPalette from PyQt5.QtGui import QColor, QPalette
from PyQt5.QtWidgets import ( from PyQt5.QtWidgets import (
QGridLayout, QLabel, QWidget, QVBoxLayout, QHBoxLayout, QLayout QGridLayout, QLabel, QWidget, QVBoxLayout, QHBoxLayout
) )
from nw.constants import nwUnicode from nw.constants import nwUnicode
+3 -3
View File
@@ -33,9 +33,9 @@ from os import path
from PyQt5.QtCore import Qt from PyQt5.QtCore import Qt
from PyQt5.QtGui import QFont from PyQt5.QtGui import QFont
from PyQt5.QtWidgets import ( from PyQt5.QtWidgets import (
QDialog, QHBoxLayout, QVBoxLayout, QLineEdit, QLabel, QWidget, QTabWidget, QDialog, QWidget, QHBoxLayout, QVBoxLayout, QTabWidget, QComboBox, QSpinBox,
QDialogButtonBox, QSpinBox, QGroupBox, QComboBox, QMessageBox, QCheckBox, QPushButton, QFontComboBox, QLineEdit, QDialogButtonBox, QMessageBox,
QGridLayout, QFontComboBox, QPushButton, QFileDialog, QFormLayout QFileDialog
) )
from nw.additions import QSwitch, QConfigLayout from nw.additions import QSwitch, QConfigLayout
+1 -1
View File
@@ -30,7 +30,7 @@ import nw
from PyQt5.QtCore import Qt from PyQt5.QtCore import Qt
from PyQt5.QtGui import QPalette, QColor from PyQt5.QtGui import QPalette, QColor
from PyQt5.QtWidgets import QLabel, QFrame, QStyle from PyQt5.QtWidgets import QLabel, QFrame
from nw.constants import nwUnicode from nw.constants import nwUnicode