fix(moderation): pylint fixes

This commit is contained in:
SeaswimmerTheFsh 2023-12-18 19:00:16 -05:00
parent 082323f17c
commit faebd2629c
Signed by untrusted user: cswimr
GPG key ID: 1EBC234EEDA901AE
5 changed files with 10 additions and 8 deletions

View file

@ -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