kml representation of O-DU O-Cloud resource pool
[oam.git] / code / network-generator / model / python / o_ran_ru.py
index af5492e..285156f 100644 (file)
@@ -21,6 +21,7 @@ from model.python.o_ran_object import IORanObject
 from model.python.o_ran_node import ORanNode
 import xml.etree.ElementTree as ET
 
+
 # Define the "IORanRu" interface
 class IORanRu(IORanObject):
     def __init__(self, **kwargs):
@@ -32,8 +33,8 @@ class ORanRu(ORanNode, IORanRu):
     def __init__(self, o_ran_smo_data: IORanRu = None, **kwargs):
         super().__init__(o_ran_smo_data, **kwargs)
 
-    def toKml(self):
+    def toKml(self) -> None:
         return None
 
-    def toSvg(self):
+    def toSvg(self) -> None:
         return None