Cura/plugins
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-07-29 11:40:11 +02:00
2021-09-07 11:33:54 -04:00
2021-11-03 16:29:35 +01:00
2021-10-08 13:35:01 +02:00
2021-09-07 11:34:22 -04:00
2021-09-17 15:15:25 +02:00
2021-09-07 11:33:54 -04:00
2021-09-07 11:33:54 -04:00