mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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,
|
"brand": brand,
|
||||||
"colors": BaseMaterialsModel()
|
"colors": BaseMaterialsModel()
|
||||||
}
|
}
|
||||||
material_type_item["colors"].clear()
|
|
||||||
|
|
||||||
# Sort materials by name
|
# Sort materials by name
|
||||||
material_list = sorted(material_list, key = lambda x: x["name"].upper())
|
material_list = sorted(material_list, key = lambda x: x["name"].upper())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue