Skip to content

Commit c6d34c7

Browse files
committed
Compat with py3.9
1 parent 2d595dc commit c6d34c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mypyc/test-data/run-generics.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ fn_typeddict(td)
7676
{'foo': 1}
7777

7878
[case testParamSpecComponentsAreUsable]
79-
from typing import Callable, ParamSpec
79+
from typing import Callable
80+
from typing_extensions import ParamSpec
8081

8182
P = ParamSpec("P")
8283

0 commit comments

Comments
 (0)