Fix code-style

Contributes to CURA-5670
This commit is contained in:
Ian Paschal 2018-08-31 16:55:03 +02:00
parent dec76a19ed
commit 988b9059b9

View file

@ -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":