$ errors.fyi/flake8/F811 128 namespaces · 4,025 codes
flake8 · flake8/F811
F811

Redefinition of Unused Name From Import

A name that was imported is redefined later in the same scope without being used. Either remove the import or use the imported name before redefining it.

References

In this namespace

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