CUR-9277

Co-authored-by: Jelle Spijker <j.spijker@ultimaker.com>
This commit is contained in:
Casper Lamboo 2022-08-22 14:35:07 +02:00 committed by GitHub
parent 77a179be76
commit 5761b3f27b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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")