Made typing hint a bit more specific

This commit is contained in:
Jaime van Kessel 2019-06-28 15:08:46 +02:00
parent 2133fc78e0
commit f329d7aed9

View File

@ -205,7 +205,7 @@ class ExtruderManager(QObject):
# list. # list.
# #
# \return A list of extruder stacks. # \return A list of extruder stacks.
def getUsedExtruderStacks(self) -> List["ContainerStack"]: def getUsedExtruderStacks(self) -> List["ExtruderStack"]:
global_stack = self._application.getGlobalContainerStack() global_stack = self._application.getGlobalContainerStack()
container_registry = ContainerRegistry.getInstance() container_registry = ContainerRegistry.getInstance()