fix: fix 'too-many-locals' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 14:17:23 -05:00
parent 93855e79d1
commit e5dbc4a98c
2 changed files with 1 additions and 2 deletions

View file

@ -25,4 +25,3 @@ disable=fixme,
too-few-public-methods,
too-many-branches,
too-many-lines,
too-many-locals,