3
0
Fork 0

fix: fix 'too-many-nested-blocks' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 11:04:31 -05:00
parent 1dd184622f
commit deaf1976f3
2 changed files with 2 additions and 3 deletions

View file

@ -8,4 +8,3 @@ disable=fixme,
duplicate-code,
keyword-arg-before-vararg,
no-member,
too-many-nested-blocks,