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
Mypy gives a false positive on this valid code. The error message seems to indicate that it’s spuriously duplicated the str, bool parameters to str, bool, str, bool somewhere.
Trying to eta-expand foo(f) results in other weird “incompatible type” errors—one where the LHS and RHS display as identical, and two where the RHS displays as a list of types.
Mypy gives a false positive on this valid code. The error message seems to indicate that it’s spuriously duplicated the
str, bool
parameters tostr, bool, str, bool
somewhere.Mypy playground link
The text was updated successfully, but these errors were encountered: