mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Minor code style fixes
Contributes to issue CURA-5734.
This commit is contained in:
parent
4def636fc9
commit
b37252f124
4 changed files with 10 additions and 8 deletions
|
@ -18,7 +18,7 @@ class SettingVisibilityPresetsModel(QObject):
|
|||
onItemsChanged = pyqtSignal()
|
||||
activePresetChanged = pyqtSignal()
|
||||
|
||||
def __init__(self, preferences, parent = None):
|
||||
def __init__(self, preferences, parent = None):
|
||||
super().__init__(parent)
|
||||
|
||||
self._items = [] # type: List[SettingVisibilityPreset]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue