fix: fix 'unused-import' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 13:59:49 -05:00
parent 2d61d6aecf
commit 4194d20988
3 changed files with 2 additions and 11 deletions

View file

@ -31,4 +31,3 @@ disable=fixme,
too-many-public-methods,
unnecessary-lambda-assignment,
unused-argument,
unused-import,