fix: fix 'no-else-return' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 14:46:06 -05:00
parent 258a1ed287
commit 1374910d65
2 changed files with 6 additions and 9 deletions

View file

@ -17,4 +17,3 @@ disable=fixme,
invalid-name,
missing-class-docstring,
missing-function-docstring,
no-else-return,