Remove some 3.7/3.6 artifacts

This commit is contained in:
Dave Halter
2026-04-27 14:35:10 +02:00
parent d4233732be
commit 7bac12c125
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -670,8 +670,7 @@ def bar():
({'return': 'typing.Any'},
['_AnyMeta'] if sys.version_info >= (3, 11) else [], ''),
({'return': 'typing.Tuple[int, str]'},
['Tuple' if sys.version_info[:2] == (3, 6) else 'tuple'], ''),
({'return': 'typing.Tuple[int, str]'}, ['tuple'], ''),
({'return': 'typing.Tuple[int, str]'}, ['int'], 'x()[0]'),
({'return': 'typing.Tuple[int, str]'}, ['str'], 'x()[1]'),
({'return': 'typing.Tuple[int, str]'}, [], 'x()[2]'),