mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Fix import
Should've checked first... Contributes to issue CURA-6600.
This commit is contained in:
parent
02fbdd96a4
commit
44c98ba0d1
1 changed files with 1 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue