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
$ mypy test.pytest.py:7: error: List or tuple expected as variable arguments
run (with revealed types)
$ mypy test.pytest.py:4: error: Revealed type is 'builtins.object'test.py:5: error: Revealed type is 'Tuple[builtins.str]'test.py:6: error: Revealed type is 'Tuple[]'test.py:7: error: List or tuple expected as variable arguments
version
code
run (without revealed types)
run (with revealed types)
Possibly related: #5134
The text was updated successfully, but these errors were encountered: