Valid namedtuple invocation determined invalid #5078
Labels
bug
mypy got something wrong
false-positive
mypy gave an error on correct code
priority-1-normal
topic-named-tuple
I recently came accross the following snippet in the inspect module
It is falsely flagged as invalid since the second argument is not a tuple literal. I believe #3575 may help here.
The text was updated successfully, but these errors were encountered: