Remove unused imports

This commit is contained in:
Jaime van Kessel 2019-10-08 10:59:37 +02:00
parent 58fec04650
commit 17ce0f5eb1
No known key found for this signature in database
GPG Key ID: 3710727397403C91

View File

@ -6,11 +6,8 @@ from PyQt5.QtCore import Qt
from UM.Application import Application from UM.Application import Application
from UM.Logger import Logger from UM.Logger import Logger
from UM.Qt.ListModel import ListModel from UM.Qt.ListModel import ListModel
from UM.Util import parseBool
from cura.Machines.ContainerTree import ContainerTree from cura.Machines.ContainerTree import ContainerTree
from cura.Machines.VariantType import VariantType
class NozzleModel(ListModel): class NozzleModel(ListModel):
IdRole = Qt.UserRole + 1 IdRole = Qt.UserRole + 1