diff --git a/test-data/unit/pythoneval.test b/test-data/unit/pythoneval.test index afc1885c2f19..a7b8773f63c5 100644 --- a/test-data/unit/pythoneval.test +++ b/test-data/unit/pythoneval.test @@ -1257,8 +1257,8 @@ class A: class B: __slots__ = (1, 2) [out] -_testInvalidSlots.py:2: error: Incompatible types in assignment (expression has type "int", base class "object" defined the type as "Union[str, Iterable[str], None]") -_testInvalidSlots.py:4: error: Incompatible types in assignment (expression has type "Tuple[int, int]", base class "object" defined the type as "Union[str, Iterable[str], None]") +_testInvalidSlots.py:2: error: Incompatible types in assignment (expression has type "int", base class "object" defined the type as "Union[str, Iterable[str]]") +_testInvalidSlots.py:4: error: Incompatible types in assignment (expression has type "Tuple[int, int]", base class "object" defined the type as "Union[str, Iterable[str]]") [case testDictWithStarStarSpecialCase] from typing import Dict diff --git a/typeshed b/typeshed index af3b015aa864..c4bf27b83564 160000 --- a/typeshed +++ b/typeshed @@ -1 +1 @@ -Subproject commit af3b015aa86429624167397743c09da349c3dda4 +Subproject commit c4bf27b835646b47f6b49c7de013ed0207c84de2