diff --git a/src/wireviz/DataClasses.py b/src/wireviz/DataClasses.py index 010e06f0..1607d3bb 100644 --- a/src/wireviz/DataClasses.py +++ b/src/wireviz/DataClasses.py @@ -233,9 +233,6 @@ def __post_init__(self) -> None: self.connections = [] - if self.length_unit is None: #Default wire length units to meters if left undeclared - self.length_unit = 'm' - if self.wirecount: # number of wires explicitly defined if self.colors: # use custom color palette (partly or looped if needed) pass