Enable the expression-not-assigned Pylint rule (#2809)

Commit 88b91ae201 fixed the last instance that existed in the
codebase.
This commit is contained in:
correctmost 2024-11-15 15:47:59 -05:00 committed by GitHub
parent 88b91ae201
commit 1b40067e5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -152,7 +152,6 @@ disable = [
"cell-var-from-loop",
"comparison-with-callable",
"dangerous-default-value",
"expression-not-assigned",
"f-string-without-interpolation",
"fixme",
"protected-access",