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 -3
View File
@@ -15,11 +15,9 @@ import nw
from os import path
from PyQt5.QtWidgets import QMessageBox
from nw.convert.file.text import TextFile
from nw.convert.tokenizer import Tokenizer
from nw.constants import nwAlert, nwItemLayout
from nw.constants import nwAlert
logger = logging.getLogger(__name__)
-1
View File
@@ -10,7 +10,6 @@
"""
import textwrap
import logging
import re
import nw