summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2023-04-03 06:26:59 -0400
committerGitHub <noreply@github.com>2023-04-03 12:26:59 +0200
commit1fa16c2d8a7e97223541069731d28896f651b1ab (patch)
tree86c00cb7b9695205445d94bc199a590b9810c9a1 /doc
parent0ec3c7f36630610c0002ef9d69c4885daf80b0ea (diff)
downloadpylint-git-1fa16c2d8a7e97223541069731d28896f651b1ab.tar.gz
Add regression test for #7506 (#8432)
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/7506.false_positive3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/7506.false_positive b/doc/whatsnew/fragments/7506.false_positive
new file mode 100644
index 000000000..c6424e1f2
--- /dev/null
+++ b/doc/whatsnew/fragments/7506.false_positive
@@ -0,0 +1,3 @@
+Fix ``unused-import`` false positive for usage of ``six.with_metaclass``.
+
+Closes #7506