Fix line breaks in code

This commit is contained in:
Daniel Rojas 2021-10-25 21:20:26 +02:00 committed by KV
parent 728741e9ff
commit b4cd8a77f0

View File

@ -288,7 +288,8 @@ class AdditionalComponent(Component):
@property
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
def bom_qty(self):