Skip to content

Commit 72085d9

Browse files
committed
Fix test on 3.9
1 parent fb9134d commit 72085d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test-data/unit/exportjson.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ def concat(f: Callable[Concatenate[int, P], None], *args: P.args, **kwargs: P.kw
252252
<not checked>
253253

254254
[case testExportDifferentNodes]
255+
from __future__ import annotations
256+
255257
import typing
256258

257259
from typing import overload, TypeVar

0 commit comments

Comments
 (0)