Skip to content

Remove support for Any(x) as shorthand for cast(Any, x) #558

Closed
@JukkaL

Description

@JukkaL

PEP 484 won't have Any(x), so we should remove it from mypy (python/typing#33). Using cast(Any, x) is equivalent anyway and almost as convenient.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions