Cleanup of unneeded imports

This commit is contained in:
Veronica K. B. Olsen
2020-05-11 00:20:46 +02:00
parent aba7b452e5
commit 3ad4e26dbc
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ import nw
from PyQt5.QtCore import Qt
from PyQt5.QtWidgets import (
QDialog, QHBoxLayout, QVBoxLayout, QGroupBox, QGridLayout, QLineEdit,
QPushButton, QComboBox, QLabel, QSpacerItem, QSizePolicy, QDialogButtonBox
QComboBox, QLabel, QSpacerItem, QSizePolicy, QDialogButtonBox
)
from nw.gui.additions import QSwitch