Cleaned up the import statements to remove unused objects

This commit is contained in:
Veronica K. B. Olsen
2019-04-22 14:22:06 +02:00
parent 03d1cee2b3
commit 2727ade4a0
6 changed files with 10 additions and 16 deletions
+1 -2
View File
@@ -15,9 +15,8 @@ import nw
from os import path
from PyQt5.QtWidgets import QDialog, QHBoxLayout, QVBoxLayout, QGroupBox, QFormLayout, QLabel, QLineEdit, QPlainTextEdit, QPushButton
from PyQt5.QtWidgets import QDialog, QHBoxLayout, QVBoxLayout, QGroupBox, QFormLayout, QLineEdit, QPlainTextEdit, QPushButton
from PyQt5.QtSvg import QSvgWidget
from PyQt5.QtGui import QIcon
logger = logging.getLogger(__name__)