Fix line breaks in code

This commit is contained in:
Daniel Rojas 2021-10-25 21:20:26 +02:00 committed by Laurier Loiselle
parent 2ab46a988a
commit 58259a0361
No known key found for this signature in database
GPG Key ID: 345920CC72089A3F

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):