Skip to content

Commit

Permalink
[Fixed][V6 SCH] Merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Feb 2, 2024
1 parent eda5c65 commit 4bba402
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kibot/kicad/v6_sch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bba402

Please sign in to comment.