3
0
Fork 0

fix: fix 'unused-import' for pylint

This commit is contained in:
Lance Edgar 2025-08-31 20:53:12 -05:00
parent c1a14b4869
commit 8987197856
10 changed files with 8 additions and 15 deletions

View file

@ -10,3 +10,4 @@ enable=
too-many-branches,
too-many-instance-attributes,
too-many-return-statements,
unused-import,