mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06:00
Fix type hinting for getQualityGroupsForMachineDefinition()
This commit is contained in:
parent
07824c21e1
commit
37f86a43de
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ class QualityManager(QObject):
|
|||
|
||||
return quality_group_dict
|
||||
|
||||
def getQualityGroupsForMachineDefinition(self, machine: str) -> dict:
|
||||
def getQualityGroupsForMachineDefinition(self, machine: "GlobalStack") -> dict:
|
||||
# Get machine definition ID for quality search
|
||||
machine_definition_id = getMachineDefinitionIDForQualitySearch(machine)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue