Cleaned up item editor, and removed some redundant imports here and there

This commit is contained in:
Veronica K. B. Olsen
2020-05-17 18:23:27 +02:00
parent 7be78f6e1e
commit dec7e51a77
6 changed files with 44 additions and 93 deletions
+2 -3
View File
@@ -29,10 +29,9 @@ import logging
import nw
from PyQt5.QtCore import Qt
from PyQt5.QtGui import QColor, QPalette
from PyQt5.QtWidgets import (
QDialog, QHBoxLayout, QVBoxLayout, QGridLayout, QPushButton, QLabel,
QListWidget, QAbstractItemView, QListWidgetItem, QDialogButtonBox
QDialog, QVBoxLayout, QLabel, QListWidget, QAbstractItemView,
QListWidgetItem, QDialogButtonBox
)
from nw.constants import nwAlert, nwItemType