Skip to content

Issue : Missing from __future__ import annotations #31

@PrinceSajjadHussain

Description

@PrinceSajjadHussain
It's good practice to include `from __future__ import annotations` in files that use type hints extensively, especially with forward references. This ensures that the code will behave as expected in older versions of Python where annotations are evaluated differently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions