Closed
Description
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.
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.