From 44c98ba0d1a0a63a02db0f1e71af8bb93269fe5a Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 15 Aug 2019 14:38:35 +0200 Subject: [PATCH] Fix import Should've checked first... Contributes to issue CURA-6600. --- cura/Machines/MachineNode.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.