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

This commit is contained in:
Lance Edgar 2025-09-01 14:14:29 -05:00
parent 625a22c83b
commit fee44b455a
3 changed files with 2 additions and 3 deletions

View file

@ -28,4 +28,3 @@ disable=fixme,
too-many-lines,
too-many-locals,
too-many-positional-arguments,
too-many-public-methods,