branches with status:
Name Status Last Modified Last Commit
lp://staging/pyflakes 1 Development 2022-02-13 16:32:09 UTC
363. support TypeAlias annotations (#679) ...

Author: Laurent Kadian
Revision Date: 2022-02-13 16:32:09 UTC

support TypeAlias annotations (#679)

For assignments with `TypeAlias` as annotation, handle the value as an annotation also.

Avoids incorrectly detecting `Bar` as unused in `x: TypeAlias = 'Bar'`.

11 of 1 result