Skip to content

Bug: Incorrect Return Type Annotation in ParameterManager #212

@Imama-Kainat

Description

@Imama-Kainat

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions