ADD N1, N2 N3 interfacing to topology generation
[oam.git] / code / network-topology-instance-generator / model / python / svg / node.py
index 11ff3a9..3035419 100644 (file)
@@ -24,7 +24,7 @@ class Node(Svg):
     """
     Class representing an SVG Element object as Connection Node Edge Point
     """
-    
+
     def label(self) -> str:
         """
         Getter for the short label as displayed of the SVG Element
@@ -38,7 +38,7 @@ class Node(Svg):
         Getter for height of the SVG Element
         :return Height in pixel
         """
-        self.__height = 1*ConnectionEdgePoint.width(self) 
+        self.__height = 1*ConnectionEdgePoint.width(self)
         return self.__height
 
     # overwrite