Skip to content

Commit 7cfeee0

Browse files
committed
fixup! specify that type variable tuple should have variance
1 parent f046c5d commit 7cfeee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conformance/tests/generics_typevartuple_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ def func3(x: Array[Height], y: Array[Width], z: Array[Height, Width]):
103103
# > Only a single type variable tuple may appear in a type parameter list.
104104

105105

106-
class Array3(Generic[*Ts1, *Ts2]): # E
106+
class Array3[*Ts1, *Ts2]: # E
107107
...

0 commit comments

Comments
 (0)