pylint: remove obsolete no-self-use check

This commit is contained in:
Frédéric Péters 2022-06-01 19:09:03 +02:00
parent 2f2bc601e9
commit 267ccbf6f2
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ disable=
missing-module-docstring,
no-else-return,
no-member,
no-self-use,
non-parent-init-called,
not-callable,
possibly-unused-variable,