From fd509985770138721ea9522cde9a15c7e1096c54 Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Wed, 29 Jul 2020 21:13:43 +0200 Subject: [PATCH] Remove obsolete code --- src/wireviz/DataClasses.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wireviz/DataClasses.py b/src/wireviz/DataClasses.py index 0c590df9..6b3b1e36 100644 --- a/src/wireviz/DataClasses.py +++ b/src/wireviz/DataClasses.py @@ -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)