Skip to content

Commit 8b8a3a7

Browse files
committed
oops
1 parent 45fa530 commit 8b8a3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-generics.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
-- --------------------
33

44

5-
from typing import TypeVar, Generic
65
[case testGenericMethodReturnType]
6+
from typing import TypeVar, Generic
77
T = TypeVar('T')
88
a: A[B]
99
b: B

0 commit comments

Comments
 (0)