mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add type hinting
This commit is contained in:
parent
80b589344f
commit
01b8bd60bd
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class PrinterOutputModel(QObject):
|
|||
self._controller.homeBed(self)
|
||||
|
||||
@pyqtSlot(str)
|
||||
def sendCustomCommand(self, command):
|
||||
def sendCustomCommand(self, command: str):
|
||||
self._controller.sendCustomCommand(self, command)
|
||||
|
||||
@pyqtProperty("QVariantList", constant = True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue