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.
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.