flake8 · flake8/F841
F841
Local Variable Assigned But Never Used
A local variable is assigned a value but is never read afterwards. Remove the assignment or use the value, or prefix the name with '_' to indicate it is intentionally unused.
A local variable is assigned a value but is never read afterwards. Remove the assignment or use the value, or prefix the name with '_' to indicate it is intentionally unused.