fix: fix 'unused-import' for pylint
This commit is contained in:
parent
80bb905891
commit
38e4ce628d
8 changed files with 12 additions and 15 deletions
|
@ -3,4 +3,5 @@
|
|||
[MESSAGES CONTROL]
|
||||
disable=all
|
||||
enable=dangerous-default-value,
|
||||
unspecified-encoding
|
||||
unspecified-encoding,
|
||||
unused-import,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue