File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1083,8 +1083,8 @@ _testTypedDictGet.py:8: note: Revealed type is 'builtins.str'
1083
1083
_testTypedDictGet.py:9: error: TypedDict "D" has no key 'z'
1084
1084
_testTypedDictGet.py:10: error: All overload variants of "get" of "Mapping" require at least one argument
1085
1085
_testTypedDictGet.py:10: note: Possible overload variants:
1086
- _testTypedDictGet.py:10: note: def get(self, k : str) -> object
1087
- _testTypedDictGet.py:10: note: def [_T] get(self, k : str, default: object) -> object
1086
+ _testTypedDictGet.py:10: note: def get(self, key : str) -> object
1087
+ _testTypedDictGet.py:10: note: def [_T] get(self, key : str, default: object) -> object
1088
1088
_testTypedDictGet.py:12: note: Revealed type is 'builtins.object*'
1089
1089
1090
1090
[case testTypedDictMappingMethods]
You can’t perform that action at this time.
0 commit comments