$ errors.fyi/flake8/F841 128 namespaces · 4,025 codes
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.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT