A tool to remove unused imports and variables from Python code.
autoflake --remove-unused-variables {file.py}
autoflake --remove-all-unused-imports {file1.py} {file2.py} {file3.py}
autoflake --remove-unused-variables --in-place {file.py}
autoflake --remove-unused-variables --in-place --recursive {path/to/directory}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB