From: Martin Skorupski Date: Wed, 25 Sep 2024 12:39:41 +0000 (+0200) Subject: Define the schema X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F46%2F13446%2F1;p=oam.git Define the schema - address a type issue by linter Issue-ID: OAM-415 Change-Id: Ibb1f2c7f40b7028fa14688cc97681ecdc5d46d0c Signed-off-by: Martin Skorupski --- diff --git a/code/network-generator/network_generation/parameter_validator.py b/code/network-generator/network_generation/parameter_validator.py index 26e8f2d..15debc0 100644 --- a/code/network-generator/network_generation/parameter_validator.py +++ b/code/network-generator/network_generation/parameter_validator.py @@ -67,7 +67,7 @@ class ParameterValidator: """ return self.__config_file - def configuration(self) -> dict[str, str | dict[str, int]]: + def configuration(self) -> dict: """ Getter for the configuration as input parameter. :return Init configuration as dict.