fix(seautils): pylint fix

This commit is contained in:
Seaswimmer 2024-05-30 11:02:22 -04:00
parent 545106d496
commit 46f189a297
Signed by untrusted user: cswimr
GPG key ID: 5D671B5D03D65A7F
2 changed files with 4 additions and 3 deletions

View file

@ -18,4 +18,5 @@
import-self,
relative-beyond-top-level,
too-many-instance-attributes,
duplicate-code
duplicate-code,
too-many-nested-blocks