Fix line breaks in code
This commit is contained in:
parent
728741e9ff
commit
b4cd8a77f0
@ -288,7 +288,8 @@ class AdditionalComponent(Component):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def additional_components(self):
|
def additional_components(self):
|
||||||
return [] # an additional component may not have further nested additional comonents
|
# an additional component may not have further nested additional comonents
|
||||||
|
return []
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def bom_qty(self):
|
def bom_qty(self):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user