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
fromtypingimportTypedDictclassA(TypedDict):
x: inta: Aa.setdefault('x', '') # test.py:6:1: error: Argument 2 to "setdefault" of "TypedDict" has incompatible type "str"; expected "int"
column 1?
Internally an error with the correct column number is generated, but is filtered out as a duplicate.
The text was updated successfully, but these errors were encountered:
column 1?
Internally an error with the correct column number is generated, but is filtered out as a duplicate.
The text was updated successfully, but these errors were encountered: