Skip to content

Commit efc1fd9

Browse files
committed
Import TypedDict from typing_extensions.
1 parent e76c347 commit efc1fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytype/tests/test_typed_dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def test_full_name(self):
403403
with self.DepTree([("foo.pyi", _SINGLE)]):
404404
err = self.CheckWithErrors("""
405405
import foo
406-
from typing import TypedDict
406+
from typing_extensions import TypedDict
407407
class A(TypedDict):
408408
z: int
409409
def f(x: A):

0 commit comments

Comments
 (0)