3
0
Fork 0

fix: fix 'not-callable' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 10:26:33 -05:00
parent ebd44c55f5
commit ab35847f23
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,6 @@ disable=fixme,
missing-function-docstring,
missing-module-docstring,
no-member,
not-callable,
protected-access,
redefined-outer-name,
simplifiable-if-expression,