We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7d4c2 commit 65edb21Copy full SHA for 65edb21
test-data/unit/pythoneval.test
@@ -1054,7 +1054,7 @@ _testTypedDictGet.py:9: error: TypedDict "D" has no key 'z'
1054
_testTypedDictGet.py:10: error: All overload variants of "get" of "Mapping" require at least one argument
1055
_testTypedDictGet.py:10: note: Possible overload variants:
1056
_testTypedDictGet.py:10: note: def get(self, k: str) -> object
1057
-_testTypedDictGet.py:10: note: def [_T] get(self, k: str, default: _T) -> object
+_testTypedDictGet.py:10: note: def [_T] get(self, k: str, default: object) -> object
1058
_testTypedDictGet.py:12: error: Revealed type is 'builtins.object*'
1059
1060
[case testTypedDictMappingMethods]
0 commit comments