fix: fix 'import-outside-toplevel' for pylint
This commit is contained in:
parent
6c8a0f6d10
commit
0934c64809
3 changed files with 9 additions and 6 deletions
|
@ -14,7 +14,6 @@ disable=fixme,
|
|||
consider-using-set-comprehension,
|
||||
dangerous-default-value,
|
||||
duplicate-code,
|
||||
import-outside-toplevel,
|
||||
isinstance-second-argument-not-valid-type,
|
||||
keyword-arg-before-vararg,
|
||||
missing-function-docstring,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue