fix: fix 'not-callable' for pylint
This commit is contained in:
parent
ebd44c55f5
commit
ab35847f23
2 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@ disable=fixme,
|
|||
missing-function-docstring,
|
||||
missing-module-docstring,
|
||||
no-member,
|
||||
not-callable,
|
||||
protected-access,
|
||||
redefined-outer-name,
|
||||
simplifiable-if-expression,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue