Define the schema 46/13446/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Wed, 25 Sep 2024 12:39:41 +0000 (14:39 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Wed, 25 Sep 2024 12:39:41 +0000 (14:39 +0200)
- address a type issue by linter

Issue-ID: OAM-415
Change-Id: Ibb1f2c7f40b7028fa14688cc97681ecdc5d46d0c
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
code/network-generator/network_generation/parameter_validator.py

index 26e8f2d..15debc0 100644 (file)
@@ -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.