fix: fix 'no-member' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 14:45:16 -05:00
parent c439bacf4f
commit 258a1ed287
2 changed files with 6 additions and 3 deletions

View file

@ -18,4 +18,3 @@ disable=fixme,
missing-class-docstring,
missing-function-docstring,
no-else-return,
no-member,