mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Correct a typo in typing. [CURA-6016]
This commit is contained in:
parent
75ff03f3c8
commit
b413b4cdb6
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class BaseMaterialsModel(ListModel):
|
|||
self._extruder_stack = None
|
||||
|
||||
self._available_materials = None # type: Optional[Dict[str, MaterialNode]]
|
||||
self._favorite_ids = set() # type: Set(str)
|
||||
self._favorite_ids = set() # type: Set[str]
|
||||
|
||||
def _updateExtruderStack(self):
|
||||
global_stack = self._machine_manager.activeMachine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue