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 715ce46 commit a3b65b3Copy full SHA for a3b65b3
mypyc/test-data/fixtures/ir.py
@@ -7,8 +7,6 @@
7
overload, Mapping, Union, Callable, Sequence, FrozenSet, Protocol
8
)
9
10
-from typing_extensions import Self
11
-
12
_T = TypeVar('_T')
13
T_co = TypeVar('T_co', covariant=True)
14
T_contra = TypeVar('T_contra', contravariant=True)
0 commit comments