fix(seautils): pylint fix
All checks were successful
Actions / Build Documentation (MkDocs) (push) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (push) Successful in 37s

This commit is contained in:
Seaswimmer 2024-05-30 11:02:22 -04:00
parent 545106d496
commit 46f189a297
Signed by: 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