Fix whitespace in orashi nonunitcapacitor
This commit is contained in:
parent
c9fe5713cf
commit
5c2203b0f3
|
@ -89,7 +89,6 @@ class NonUnitCapacitor(CapacitorUnit):
|
||||||
|
|
||||||
side = "height" if self.direction == "vertical" else "width"
|
side = "height" if self.direction == "vertical" else "width"
|
||||||
if self.__isNonUnitCapSideOk__( side ):
|
if self.__isNonUnitCapSideOk__( side ):
|
||||||
|
|
||||||
print("drawing dummy too")
|
print("drawing dummy too")
|
||||||
# activeCapacitor = CapacitorUnit ( self.device, activeCapacitance, self.capacitorType, self.abutmentBoxPosition )
|
# activeCapacitor = CapacitorUnit ( self.device, activeCapacitance, self.capacitorType, self.abutmentBoxPosition )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue