Cleaned up import statements

This commit is contained in:
Veronica K. B. Olsen
2019-05-25 20:09:03 +02:00
parent 9dd956bc92
commit 0f608d4442
6 changed files with 8 additions and 9 deletions
+1 -2
View File
@@ -13,10 +13,9 @@
import logging
import nw
from os import path
from PyQt5.QtCore import Qt, QSize
from PyQt5.QtGui import QIcon, QFont, QColor
from PyQt5.QtWidgets import QTreeWidget, QTreeWidgetItem, QAbstractItemView, QInputDialog, QLineEdit, QApplication
from PyQt5.QtWidgets import QTreeWidget, QTreeWidgetItem, QAbstractItemView, QApplication
from nw.project.item import NWItem
from nw.enum import nwItemType, nwItemClass, nwAlert