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
@@ -44,7 +44,7 @@ from nw.core.tools import projectMaintenance
from nw.core.document import NWDoc
from nw.common import checkString, checkBool, checkInt, formatTimeStamp
from nw.constants import (
nwFiles, nwConst, nwItemType, nwItemClass, nwItemLayout, nwAlert
nwFiles, nwItemType, nwItemClass, nwItemLayout, nwAlert
)
logger = logging.getLogger(__name__)