1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 01:15:45 +02:00

autoflake.md: add homepage

This commit is contained in:
Schneider 2019-04-11 13:29:48 -03:00 committed by Marco Bonelli
parent 43d4807401
commit e32b320635

View file

@ -1,6 +1,7 @@
# autoflake # autoflake
> A tool to remove unused imports and variables from Python code. > A tool to remove unused imports and variables from Python code.
> Homepage: <https://github.com/myint/autoflake>.
- Remove unused variables from a single file and display the diff: - Remove unused variables from a single file and display the diff: