summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/7290.false_positive
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/fragments/7290.false_positive')
-rw-r--r--doc/whatsnew/fragments/7290.false_positive3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/whatsnew/fragments/7290.false_positive b/doc/whatsnew/fragments/7290.false_positive
deleted file mode 100644
index cfb6a13b5..000000000
--- a/doc/whatsnew/fragments/7290.false_positive
+++ /dev/null
@@ -1,3 +0,0 @@
-Pylint now understands the ``kw_only`` keyword argument for ``dataclass``.
-
-Closes #7290, closes #6550, closes #5857