We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9366dbe commit 723c51bCopy full SHA for 723c51b
test-data/unit/fixtures/typing-async.pyi
@@ -34,7 +34,6 @@ S_contra = TypeVar('S_contra', contravariant=True)
34
U = TypeVar('U')
35
V = TypeVar('V')
36
S = TypeVar('S')
37
-S_contra = TypeVar('S_contra', contravariant=True)
38
39
# Note: definitions below are different from typeshed, variances are declared
40
# to silence the protocol variance checks. Maybe it is better to use type: ignore?
0 commit comments