summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/3670.false_positive
blob: 562a41de2694195f679960f153f6c819e0b41422 (plain)
1
2
3
Fix `unused-argument` false positive when `__new__` does not use all the arguments of `__init__`.

Closes #3670