blob: 8a9c5fc79b977a792b0eabc0080125fa9a06cf53 [file] [log] [blame]
Fix false positive for ``redefined-outer-name`` when aliasing ``typing``
e.g. as ``t`` and guarding imports under ``t.TYPE_CHECKING``.
Closes #7524