diff --git a/cura/Machines/MachineNode.py b/cura/Machines/MachineNode.py index a302123044..d5a9739e53 100644 --- a/cura/Machines/MachineNode.py +++ b/cura/Machines/MachineNode.py @@ -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.