Cura/plugins/Marketplace
Jelle Spijker e7aecb6c06
Fixed mypy typing failure
@ghostkeeper being nerd snipped
It's giving that typing failure because the section variable is re-used.
First as elements from self._getSections (strs) and then as elements
from sorted_sections.values() (List[PackageModel]s). Python has no
variable scopes within functions so the variable still exists after the
first for loop.

Contributes to CURA-8558
2021-11-03 16:29:35 +01:00
..
resources/qml Fixed typo 2021-11-02 16:21:27 +01:00
__init__.py Add Marketplace plug-in, starting a rewrite from the Toolbox 2021-10-19 13:06:04 +02:00
LocalPackageList.py Fixed mypy typing failure 2021-11-03 16:29:35 +01:00
Marketplace.py Updated documentation and typing 2021-11-03 15:15:46 +01:00
PackageList.py Fixed missing qoutes 2021-11-03 16:01:43 +01:00
PackageModel.py Don't pollute the package_info with section_title 2021-11-03 15:15:46 +01:00
plugin.json Add Marketplace plug-in, starting a rewrite from the Toolbox 2021-10-19 13:06:04 +02:00
RemotePackageList.py Differentiate between local and remote packages 2021-11-01 17:12:18 +01:00