Add missing return

CURA-9663
This commit is contained in:
Jaime van Kessel 2022-09-26 10:25:42 +02:00
parent ea16597dd6
commit f52a9ad0fe
No known key found for this signature in database
GPG Key ID: C85F7A3AF1BAA7C4

View File

@ -135,7 +135,6 @@ class MachineAction(QObject, PluginObject):
:return: Defaults to true to be in line with the old behaviour.
"""
return self._open_as_dialog
@pyqtSlot()
@ -153,4 +152,4 @@ class MachineAction(QObject, PluginObject):
:return: Defaults to true to be in line with the old behaviour.
"""
self._visible
return self._visible