summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/7574.false_positive
blob: a7b91b481797bb47e131d01c55477529673822cd (plain)
1
2
3
4
Fix false positive for ``used-before-assignment`` when
``typing.TYPE_CHECKING`` is used with if/elif/else blocks.

Closes #7574