Cleaned up import statements

This commit is contained in:
Veronica K. B. Olsen
2019-05-25 20:09:03 +02:00
parent 9dd956bc92
commit 0f608d4442
6 changed files with 8 additions and 9 deletions
-2
View File
@@ -13,11 +13,9 @@
import logging
import nw
from os import path
from PyQt5.QtGui import QFont
from PyQt5.QtWidgets import QFrame, QGridLayout, QLabel
from nw.enum import nwItemType, nwItemClass, nwItemLayout
from nw.constants import nwLabels
logger = logging.getLogger(__name__)