fix: fix 'arguments-differ' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 15:27:27 -05:00
parent 8008b0edad
commit e0a58dc524
8 changed files with 78 additions and 41 deletions

View file

@ -4,5 +4,3 @@
disable=fixme,
duplicate-code,
abstract-method,
arguments-differ,
arguments-renamed,