fix: fix 'cyclic-import' for pylint
This commit is contained in:
parent
2969f3b7a5
commit
ab01f552e8
4 changed files with 7 additions and 4 deletions
|
@ -8,6 +8,7 @@ enable=anomalous-backslash-in-string,
|
|||
bare-except,
|
||||
broad-exception-caught,
|
||||
consider-using-f-string,
|
||||
cyclic-import,
|
||||
dangerous-default-value,
|
||||
disallowed-name,
|
||||
empty-docstring,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue