mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 01:13:14 +08:00
CURA-5330 Add typing to PrintJobOutputModel
This commit is contained in:
parent
e1ecbdf8fe
commit
ace7e89ea0
@ -18,7 +18,7 @@ class PrintJobOutputModel(QObject):
|
||||
assignedPrinterChanged = pyqtSignal()
|
||||
ownerChanged = pyqtSignal()
|
||||
|
||||
def __init__(self, output_controller: "PrinterOutputController", key: str = "", name: str = "", parent=None):
|
||||
def __init__(self, output_controller: "PrinterOutputController", key: str = "", name: str = "", parent=None) -> None:
|
||||
super().__init__(parent)
|
||||
self._output_controller = output_controller
|
||||
self._state = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user