Skip to content

Commit

Permalink
Remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
formatc1702 committed Jul 30, 2020
1 parent 43d7665 commit cc05ef0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/wireviz/DataClasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ def __post_init__(self):
else:
raise Exception('lists of part data are only supported for bundles')

# for BOM generation
self.wirecount_and_shield = (self.wirecount, self.shield)

def connect(self, from_name, from_pin, via_pin, to_name, to_pin):
from_pin = int2tuple(from_pin)
Expand Down

0 comments on commit cc05ef0

Please sign in to comment.