diff --git a/kibot/kicad/v6_sch.py b/kibot/kicad/v6_sch.py index d3d546cc..88d50531 100644 --- a/kibot/kicad/v6_sch.py +++ b/kibot/kicad/v6_sch.py @@ -788,7 +788,6 @@ def load(c, project, parent=None): # noqa: C901 if parent is None: logger.warning(W_NOLIB + "Component `{}` with more than one `:`".format(comp.name)) comp.units = [] - comp.unit_name = '' comp.pins = [] comp.all_pins = [] comp.unit_count = 1