flake8 · flake8/F401
F401
Module Imported But Unused
A module or name is imported but never referenced in the file. Remove the import or add it to __all__ if it is intentionally re-exported.
A module or name is imported but never referenced in the file. Remove the import or add it to __all__ if it is intentionally re-exported.