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
The provided test defines the generic function f() in two ways which are incompatible with each other – one has an upper bound, and the other has not.
mypy reports the error, but in the error message only one of the mismatching function signatures is displayed, the other one is missing for some reason.
Note that there's nothing in the output after the word Redefinition:.