Browse Source

Add missing import

CURA-8849
j.delarago 2 years ago
parent
commit
8c92ebfccd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cura/Machines/Models/ActiveIntentQualitiesModel.py

+ 1 - 0
cura/Machines/Models/ActiveIntentQualitiesModel.py

@@ -7,6 +7,7 @@ from PyQt6.QtCore import Qt, QObject, QTimer
 import cura.CuraApplication
 from UM.Logger import Logger
 from UM.Qt.ListModel import ListModel
+from UM.Settings.ContainerStack import ContainerStack
 from cura.Machines.ContainerTree import ContainerTree
 from cura.Machines.Models.MachineModelUtils import fetchLayerHeight
 from cura.Machines.MaterialNode import MaterialNode