fix: fix 'singleton-comparison' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 14:32:22 -05:00
parent e884263779
commit d2b5dce8e3
3 changed files with 12 additions and 4 deletions

View file

@ -21,4 +21,3 @@ disable=fixme,
no-member,
no-self-argument,
redefined-outer-name,
singleton-comparison,