Skip to content

Enhance type-hints #16

@kubasaw

Description

@kubasaw

The current codebase uses Dict[str, Any] for many class attributes, which can make the code harder to understand and use. We need to enhance the type hints by replacing Dict[str, Any] with more specific types wherever possible (e.g Dict[str, Parameter])

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions