fixed pylint disable

This commit is contained in:
Helldragon67 2024-12-04 18:51:24 +01:00
parent fdb5f34e26
commit e1727a5a49

@ -439,7 +439,7 @@ disable=raw-checker-failed,
use-symbolic-message-instead, use-symbolic-message-instead,
use-implicit-booleaness-not-comparison-to-string, use-implicit-booleaness-not-comparison-to-string,
use-implicit-booleaness-not-comparison-to-zero, use-implicit-booleaness-not-comparison-to-zero,
import-error import-error,
line-too-long line-too-long
# Enable the message, report, category or checker with the given id(s). You can # Enable the message, report, category or checker with the given id(s). You can