summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Walls <jwalls@azavea.com>2022-08-20 17:05:07 -0400
committerGitHub <noreply@github.com>2022-08-20 17:05:07 -0400
commit2fafadc8aca1831c594cafd35a46b691eaa3e357 (patch)
tree3616a3aba8f8baafe05c868d0d0fcc2543d74827 /doc
parent2e2f20890097c59f2d4408b8adf27f1203c67412 (diff)
downloadpylint-git-2fafadc8aca1831c594cafd35a46b691eaa3e357.tar.gz
Fix `undefined-loop-variable` from walrus in comprehension test (#7324)
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/7222.bugfix3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/7222.bugfix b/doc/whatsnew/fragments/7222.bugfix
new file mode 100644
index 000000000..0d18e73da
--- /dev/null
+++ b/doc/whatsnew/fragments/7222.bugfix
@@ -0,0 +1,3 @@
+Fix `undefined-loop-variable` from walrus in comprehension test.
+
+Closes #7222