fix(moderation): pylint fixes
This commit is contained in:
parent
082323f17c
commit
faebd2629c
5 changed files with 10 additions and 8 deletions
|
@ -14,4 +14,7 @@
|
|||
too-many-statements,
|
||||
arguments-differ,
|
||||
too-many-return-statements,
|
||||
import-outside-toplevel
|
||||
import-outside-toplevel,
|
||||
import-self,
|
||||
relative-beyond-top-level,
|
||||
duplicate-code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue