Remove unused imports

This commit is contained in:
Veronica K. B. Olsen
2019-11-09 21:01:43 +01:00
parent b778cab875
commit 154e91ede8
25 changed files with 33 additions and 53 deletions
+1 -2
View File
@@ -24,8 +24,7 @@ from PyQt5.QtWidgets import (
)
from nw.convert import TextFile, HtmlFile, MarkdownFile, LaTeXFile, ConcatFile
from nw.project import NWDoc
from nw.tools import numberToWord, OptLastState
from nw.tools import OptLastState
from nw.common import packageRefURL
from nw.constants import nwFiles, nwItemType, nwAlert