mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Fix code-style
Contributes to CURA-5670
This commit is contained in:
parent
dec76a19ed
commit
988b9059b9
1 changed files with 1 additions and 1 deletions
|
@ -818,7 +818,7 @@ class Toolbox(QObject, Extension):
|
|||
self._metadata["materials_showcase"] = []
|
||||
self._metadata["materials_available"] = []
|
||||
|
||||
processed_authors = []
|
||||
processed_authors = [] # type: List[str]
|
||||
|
||||
for item in self._metadata["packages"]:
|
||||
if item["package_type"] == "material":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue