summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/7524.bugfix
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/fragments/7524.bugfix')
-rw-r--r--doc/whatsnew/fragments/7524.bugfix4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/whatsnew/fragments/7524.bugfix b/doc/whatsnew/fragments/7524.bugfix
deleted file mode 100644
index 8a9c5fc79..000000000
--- a/doc/whatsnew/fragments/7524.bugfix
+++ /dev/null
@@ -1,4 +0,0 @@
-Fix false positive for ``redefined-outer-name`` when aliasing ``typing``
-e.g. as ``t`` and guarding imports under ``t.TYPE_CHECKING``.
-
-Closes #7524