Fix code styles

This commit is contained in:
Lipu Fei 2019-03-21 09:06:41 +01:00
parent 5d45dba8f3
commit 9e92a186ec
3 changed files with 4 additions and 5 deletions

View file

@ -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