x = tuple() # type: Tuple[()]
Incompatible types in assignment
#6283
Labels
x = tuple() # type: Tuple[()]
Incompatible types in assignment
#6283
I understand this is a silly example, but figured I'd report it anyway.
I can't find a way (other than
# type: ignore
) to silence mypy for this line:I found #4211 (which is how I got to
Tuple[()]
mypy 0.660 errors with:
The text was updated successfully, but these errors were encountered: