Skip to content

Commit

Permalink
Update test: no-args PEP 613 aliases are no longer eagerly expanded
Browse files Browse the repository at this point in the history
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
  • Loading branch information
brianschubert committed Nov 20, 2024
1 parent 6563c36 commit a5e3cb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test-data/unit/diff.test
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,6 @@ type H[T] = int
__main__.A
__main__.C
__main__.D
__main__.E
__main__.G
__main__.H

Expand Down

0 comments on commit a5e3cb5

Please sign in to comment.