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