From 87afb117d0f7359d6b6f1f26d65e96513dd68b73 Mon Sep 17 00:00:00 2001 From: Joey de l'Arago Date: Wed, 15 Jun 2022 17:28:22 +0200 Subject: [PATCH] Update cura/Machines/Models/ActiveIntentQualitiesModel.py Co-authored-by: Casper Lamboo --- cura/Machines/Models/ActiveIntentQualitiesModel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/Machines/Models/ActiveIntentQualitiesModel.py b/cura/Machines/Models/ActiveIntentQualitiesModel.py index f8f88aa7a6..0c038c9ffa 100644 --- a/cura/Machines/Models/ActiveIntentQualitiesModel.py +++ b/cura/Machines/Models/ActiveIntentQualitiesModel.py @@ -55,7 +55,7 @@ class ActiveIntentQualitiesModel(ListModel): if active_extruder_stack: self._intent_category = active_extruder_stack.intent.getMetaDataEntry("intent_category", "") - new_items = [] # type: List[Dict[str, Any]] + new_items: List[Dict[str, Any]] = [] global_stack = cura.CuraApplication.CuraApplication.getInstance().getGlobalContainerStack() if not global_stack: self.setItems(new_items)