Some improvements to the NWItem class, and removal of unused imports of it in the code

This commit is contained in:
Veronica K. B. Olsen
2020-05-07 00:38:25 +02:00
parent 5306b6fd60
commit 8037b3a311
3 changed files with 26 additions and 25 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ from PyQt5.QtWidgets import (
QTreeWidget, QTreeWidgetItem, QAbstractItemView, QApplication, QMessageBox
)
from nw.project import NWItem, NWDoc
from nw.project import NWDoc
from nw.constants import (
nwLabels, nwItemType, nwItemClass, nwItemLayout, nwAlert
)