mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 17:27:51 -06:00
Typing
CUR-9277 Co-authored-by: Jelle Spijker <j.spijker@ultimaker.com>
This commit is contained in:
parent
77a179be76
commit
5761b3f27b
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ from UM.Settings.ContainerRegistry import ContainerRegistry
|
|||
class AbstractMachine(GlobalStack):
|
||||
""" Represents a group of machines of the same type. This allows the user to select settings before selecting a printer. """
|
||||
|
||||
def __init__(self, container_id: str):
|
||||
def __init__(self, container_id: str) -> None:
|
||||
super().__init__(container_id)
|
||||
self.setMetaDataEntry("type", "abstract_machine")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue