fix: fix 'too-few-public-methods' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 14:22:26 -05:00
parent a4c9e3070c
commit e884263779
4 changed files with 15 additions and 10 deletions

View file

@ -22,4 +22,3 @@ disable=fixme,
no-self-argument,
redefined-outer-name,
singleton-comparison,
too-few-public-methods,