Skip to content

Commit a3b65b3

Browse files
Update mypyc/test-data/fixtures/ir.py
oh, whoops! Co-authored-by: Brian Schubert <[email protected]>
1 parent 715ce46 commit a3b65b3

File tree

1 file changed

+0
-2
lines changed
  • mypyc/test-data/fixtures

1 file changed

+0
-2
lines changed

mypyc/test-data/fixtures/ir.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
overload, Mapping, Union, Callable, Sequence, FrozenSet, Protocol
88
)
99

10-
from typing_extensions import Self
11-
1210
_T = TypeVar('_T')
1311
T_co = TypeVar('T_co', covariant=True)
1412
T_contra = TypeVar('T_contra', contravariant=True)

0 commit comments

Comments
 (0)