3
0
Fork 0

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

This commit is contained in:
Lance Edgar 2025-08-30 20:53:49 -05:00
parent f34678b305
commit 03913a92fd
5 changed files with 4 additions and 5 deletions

View file

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