fix: fix 'wildcard-import' and 'unused-wildcard-import' for pylint
This commit is contained in:
parent
7e532e2472
commit
d362a1cbd5
2 changed files with 2 additions and 4 deletions
|
@ -41,7 +41,5 @@ disable=fixme,
|
|||
unnecessary-lambda-assignment,
|
||||
unspecified-encoding,
|
||||
unused-argument,
|
||||
unused-wildcard-import,
|
||||
use-a-generator,
|
||||
use-dict-literal,
|
||||
wildcard-import,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue