Skip to content

Commit a5e3cb5

Browse files
committed
Update test: no-args PEP 613 aliases are no longer eagerly expanded
This is expected, now that the below branch is no longer taken for PEP 613 aliases. Implicit aliases are now the only case with eager expansion. https://github.com/python/mypy/blob/21587f01045246a9ecb54a054a5ba03e20cbbd19/mypy/typeanal.py#L2147-L2151
1 parent 6563c36 commit a5e3cb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test-data/unit/diff.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,6 @@ type H[T] = int
15631563
__main__.A
15641564
__main__.C
15651565
__main__.D
1566-
__main__.E
15671566
__main__.G
15681567
__main__.H
15691568

0 commit comments

Comments
 (0)