Remove some unneeded imports

This commit is contained in:
Veronica K. B. Olsen
2020-05-03 20:16:13 +02:00
parent cbf0c265b9
commit 9daa77486c
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ import nw
from PyQt5.QtCore import Qt
from PyQt5.QtGui import QColor, QPalette
from PyQt5.QtWidgets import (
QGridLayout, QLabel, QWidget, QVBoxLayout, QHBoxLayout, QLayout
QGridLayout, QLabel, QWidget, QVBoxLayout, QHBoxLayout
)
from nw.constants import nwUnicode