You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current version of mypy (1.5.1) don't understand second order return type-hints correctly.
Branch master of mypy seems to solve this issue, so I assume it should be good in 1.5.2.
Return types for such functions are ignored and marked with a pending issue 9 comment to help find them when 1.5.2 is out.
Current version of mypy (1.5.1) don't understand second order return type-hints correctly.
Branch master of mypy seems to solve this issue, so I assume it should be good in 1.5.2.
Return types for such functions are ignored and marked with a
pending issue 9
comment to help find them when 1.5.2 is out.See: python/mypy#15037 (mypy playground reproduction)
The text was updated successfully, but these errors were encountered: