Type[type] is not indexable when in Union #13074
Labels
bug
mypy got something wrong
false-positive
mypy gave an error on correct code
topic-pep-604
PEP 604 (union | operator)
topic-type-alias
TypeAlias and other type alias issues
The following code:
produces the following output:
This looks like a false positive to me.
The text was updated successfully, but these errors were encountered: