fix: fix 'consider-using-f-string' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 15:12:05 -05:00
parent efa13362e1
commit 3ba57e3640
2 changed files with 3 additions and 3 deletions

View file

@ -9,4 +9,3 @@ disable=fixme,
attribute-defined-outside-init,
broad-exception-caught,
consider-using-dict-comprehension,
consider-using-f-string,