From b4cd8a77f0f21cd6fc46054abd9a54bf420f97a0 Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Mon, 25 Oct 2021 21:20:26 +0200 Subject: [PATCH] Fix line breaks in code --- src/wireviz/wv_dataclasses.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wireviz/wv_dataclasses.py b/src/wireviz/wv_dataclasses.py index 81bd467..c9bacda 100644 --- a/src/wireviz/wv_dataclasses.py +++ b/src/wireviz/wv_dataclasses.py @@ -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):