Incompatible return value type (got "function", expected "Callable[..., Any]") #12053
Labels
bug
mypy got something wrong
topic-join-v-union
Using join vs. using unions
topic-ternary-expression
a if b else c
Running mypy (v 0.931) on this file gives:
Crossposting from stackoverflow where an answer suggests that this problem is limited to using the ternary operator, but a bug nevertheless.
The text was updated successfully, but these errors were encountered: