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
@@ -45,7 +45,7 @@ from nw.gui import (
GuiConfigEditor, GuiProjectEditor, GuiItemEditor, GuiProjectOutline,
GuiSessionLogView, GuiDocMerge, GuiDocSplit, GuiProjectLoad, GuiBuildNovel
)
from nw.core import NWProject, NWDoc, NWIndex, countWords
from nw.core import NWProject, NWDoc, NWIndex
from nw.constants import nwFiles, nwItemType, nwAlert
logger = logging.getLogger(__name__)