fix pylint warnings
This commit is contained in:
parent
77955d1a06
commit
200eb6db00
1 changed files with 2 additions and 2 deletions
|
@ -421,8 +421,8 @@ disable=raw-checker-failed,
|
|||
suppressed-message,
|
||||
useless-suppression,
|
||||
deprecated-pragma,
|
||||
use-symbolic-message-instead
|
||||
too-many-instance-attributes
|
||||
use-symbolic-message-instead,
|
||||
too-many-instance-attributes,
|
||||
redefined-outer-name
|
||||
|
||||
# Enable the message, report, category or checker with the given id(s). You can
|
||||
|
|
Loading…
Add table
Reference in a new issue