autoflake
Package — Code QualityPython 3.7+Intermediate
Remove unused imports and variables automatically
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- pyflakes
- Install
pip install autoflake
Learn by Difficulty
Quick Example
python
# Install: pip install autoflake import autoflake # Basic autoflake usage print(f"Using autoflake") # See documentation for detailed examples
autoflake is a third-party package. Remove unused imports and variables automatically. Install with: pip install autoflake
Try in PlaygroundTags
packagecode-qualitylintingformatting