Skip to content

command.py got 2 ways to get annotations. Should pick one #12

@jeromeetienne

Description

@jeromeetienne

GSP/gsp/io/command.py

Lines 217 to 218 in 6aefaab

annotations = func.__annotations__
annotations = typing.get_type_hints(func)

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