fix(moderation): pylint fixes

This commit is contained in:
SeaswimmerTheFsh 2023-12-17 03:11:51 -05:00
parent e77a7c9553
commit 31fa5eb937
Signed by untrusted user: cswimr
GPG key ID: 1EBC234EEDA901AE
5 changed files with 13 additions and 4 deletions

View file

@ -13,4 +13,5 @@
too-many-public-methods,
too-many-statements,
arguments-differ,
too-many-return-statements
too-many-return-statements,
import-outside-toplevel