Detects unused code. By default this functionality is limited to: - Unneeded pass statements. - Unneeded builtin imports.
- Python
- Python 2
- Python 3
Setting | Meaning |
---|---|
remove_all_unused_imports |
True removes all unused imports - might have side effects (Optional, defaults to 'False'.) |
pip
-autoflake
- Unused Code
AGPL-3.0
- The coala developers ([email protected])