summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8252.false_positive
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/fragments/8252.false_positive')
-rw-r--r--doc/whatsnew/fragments/8252.false_positive4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/whatsnew/fragments/8252.false_positive b/doc/whatsnew/fragments/8252.false_positive
deleted file mode 100644
index 2c449ac36..000000000
--- a/doc/whatsnew/fragments/8252.false_positive
+++ /dev/null
@@ -1,4 +0,0 @@
-Fix false positive for ``used-before-assignment`` for named expressions
-appearing after the first element in a list, tuple, or set.
-
-Closes #8252