Remove unneeded clear

This commit is contained in:
Jaime van Kessel 2022-04-08 09:16:22 +02:00
parent 9e4798c98b
commit efc5438090

View file

@ -87,7 +87,6 @@ class MaterialBrandsModel(BaseMaterialsModel):
"brand": brand,
"colors": BaseMaterialsModel()
}
material_type_item["colors"].clear()
# Sort materials by name
material_list = sorted(material_list, key = lambda x: x["name"].upper())