In the ParameterManager class (located in src/workflow/ParameterManager.py), the method get_parameters_from_json is currently annotated with a return type of None, even though it always returns a dictionary.
Current Signature:
def get_parameters_from_json(self) -> None:
In the
ParameterManagerclass (located insrc/workflow/ParameterManager.py), the methodget_parameters_from_jsonis currently annotated with a return type ofNone, even though it always returns a dictionary.Current Signature: