fix: fix 'no-self-argument' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 14:43:56 -05:00
parent 5a0d59ee36
commit c439bacf4f
2 changed files with 6 additions and 7 deletions

View file

@ -19,4 +19,3 @@ disable=fixme,
missing-function-docstring,
no-else-return,
no-member,
no-self-argument,