3
0
Fork 0

fix: fix 'unnecessary-comprehension' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 09:46:03 -05:00
parent 601dec7777
commit 5c23120795
2 changed files with 1 additions and 2 deletions

View file

@ -35,4 +35,3 @@ disable=fixme,
too-many-statements,
ungrouped-imports,
unidiomatic-typecheck,
unnecessary-comprehension,