summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/7524.bugfix
blob: 8a9c5fc79b977a792b0eabc0080125fa9a06cf53 (plain)
1
2
3
4
Fix false positive for ``redefined-outer-name`` when aliasing ``typing``
e.g. as ``t`` and guarding imports under ``t.TYPE_CHECKING``.

Closes #7524