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
..
2021-11-02 16:21:27 +01:00
2021-11-03 16:29:35 +01:00
2021-11-03 16:01:43 +01:00