Skip to content

Commit 723c51b

Browse files
committed
Bad merge
1 parent 9366dbe commit 723c51b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test-data/unit/fixtures/typing-async.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ S_contra = TypeVar('S_contra', contravariant=True)
3434
U = TypeVar('U')
3535
V = TypeVar('V')
3636
S = TypeVar('S')
37-
S_contra = TypeVar('S_contra', contravariant=True)
3837

3938
# Note: definitions below are different from typeshed, variances are declared
4039
# to silence the protocol variance checks. Maybe it is better to use type: ignore?

0 commit comments

Comments
 (0)