mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Remove unneeded clear
This commit is contained in:
parent
9e4798c98b
commit
efc5438090
1 changed files with 0 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue