fix: fix 'consider-using-dict-comprehension' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 15:13:59 -05:00
parent 3ba57e3640
commit c3e262804c
3 changed files with 6 additions and 9 deletions

View file

@ -8,4 +8,3 @@ disable=fixme,
arguments-renamed,
attribute-defined-outside-init,
broad-exception-caught,
consider-using-dict-comprehension,