mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 12:17:50 -06:00
Fix code styles
This commit is contained in:
parent
5d45dba8f3
commit
9e92a186ec
3 changed files with 4 additions and 5 deletions
|
@ -5,7 +5,7 @@ from PyQt5.QtCore import pyqtProperty, QObject
|
|||
|
||||
|
||||
class MaterialOutputModel(QObject):
|
||||
def __init__(self, guid: str, type: str, color: str, brand: str, name: str, parent = None):
|
||||
def __init__(self, guid: str, type: str, color: str, brand: str, name: str, parent = None) -> None:
|
||||
super().__init__(parent)
|
||||
self._guid = guid
|
||||
self._type = type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue