Skip to content

Remove from typing import List and use list instead #406

@delucchi-cmu

Description

@delucchi-cmu

As @hombit observed in #404, as we're no longer supporting python 3.8, we can simply use list in our type hints. This will also be true for Dict, possibly Tuple, and Union can be replaced with | in most places.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions