X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fnetwork-generator%2Fmodel%2Fpython%2Fo_ran_ru.py;h=285156f074d7f20aaa6ddbec2c59e1d80dc4e90f;hb=98b1c0c23adee799750e5044b6b78e69319ac032;hp=af5492e3fa98adba6e31ab492aabd65a15e2eda2;hpb=e545645de3159d8b15dc2f5f6c5440748e76ec7e;p=oam.git diff --git a/code/network-generator/model/python/o_ran_ru.py b/code/network-generator/model/python/o_ran_ru.py index af5492e..285156f 100644 --- a/code/network-generator/model/python/o_ran_ru.py +++ b/code/network-generator/model/python/o_ran_ru.py @@ -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