Fix import

Should've checked first...

Contributes to issue CURA-6600.
This commit is contained in:
Ghostkeeper 2019-08-15 14:38:35 +02:00
parent 02fbdd96a4
commit 44c98ba0d1
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -1,7 +1,7 @@
# Copyright (c) 2019 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from typing import List, TYPE_CHECKING
from typing import Dict, List
from UM.Logger import Logger
from UM.Util import parseBool
@ -12,9 +12,6 @@ from cura.Machines.QualityGroup import QualityGroup # To construct groups of qu
from cura.Machines.QualityNode import QualityNode
from cura.Machines.VariantNode import VariantNode
if TYPE_CHECKING:
from typing import Dict
## This class represents a machine in the container tree.
#
# The subnodes of these nodes are variants.