3
0
Fork 0

fix: fix 'unused-import' for pylint

This commit is contained in:
Lance Edgar 2025-08-30 15:56:27 -05:00
parent 80bb905891
commit 38e4ce628d
8 changed files with 12 additions and 15 deletions

View file

@ -3,4 +3,5 @@
[MESSAGES CONTROL]
disable=all
enable=dangerous-default-value,
unspecified-encoding
unspecified-encoding,
unused-import,