FICHA · DEBIAN

autoflake

Removes unused imports and unused variables in Python code

AI-proposed · claude code · not human-reviewed · draft · May 24, 2026 description in en

Description

By default, autoflake only removes unused imports for modules that are part of the standard library. (Other modules may have side effects that make them unsafe to remove automatically.) Removal of unused variables is also disabled by default.

Also removes useless 'pass' statements.

Permissions

Permissions not analysed for this source yet.