mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Fix typing error
This commit is contained in:
parent
ef0f5988a2
commit
55a8d03d42
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import cura.CuraApplication # Imported this way to prevent circular dependencie
|
|||
from cura.Machines.ContainerTree import ContainerTree
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from cura.Machines import QualityGroup
|
||||
from cura.Machines.QualityGroup import QualityGroup
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue