mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-10 23:01:59 +02:00
[core] fix indent
This commit is contained in:
parent
daebef92f1
commit
977a6b1507
1 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ class Attribute(BaseObject):
|
||||||
"""
|
"""
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, name, node, attributeDesc, parent = None):
|
def __init__(self, name, node, attributeDesc, parent=None):
|
||||||
super(Attribute, self).__init__(parent)
|
super(Attribute, self).__init__(parent)
|
||||||
self._name = name
|
self._name = name
|
||||||
self.node = node # type: Node
|
self.node = node # type: Node
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue