mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 00:09:02 +08:00
Fix code-style
Contributes to CURA-5670
This commit is contained in:
parent
dec76a19ed
commit
988b9059b9
@ -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…
x
Reference in New Issue
Block a user