CURA-4870 Style the __str__ function

This commit is contained in:
Diego Prado Gesto 2018-03-13 09:43:44 +01:00
parent 54882402ad
commit b3f9679a5f
2 changed files with 12 additions and 7 deletions

View file

@ -62,7 +62,7 @@ class ExtruderOutputModel(QObject):
def targetHotendTemperature(self) -> float:
return self._target_hotend_temperature
@pyqtProperty(float, notify=hotendTemperatureChanged)
@pyqtProperty(float, notify = hotendTemperatureChanged)
def hotendTemperature(self) -> float:
return self._hotend_temperature