mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Fix a wrong type hinting
This commit is contained in:
parent
5ede82eddc
commit
42b509cd4a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class MachineManager(QObject):
|
|||
def __init__(self, parent: QObject = None) -> None:
|
||||
super().__init__(parent)
|
||||
|
||||
self._active_container_stack = None # type: Optional[ExtruderManager]
|
||||
self._active_container_stack = None # type: Optional[ExtruderStack]
|
||||
self._global_container_stack = None # type: Optional[GlobalStack]
|
||||
|
||||
self._current_root_material_id = {} # type: Dict[str, str]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue