mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-02 02:35:32 +02:00
autoflake.md: add homepage
This commit is contained in:
parent
43d4807401
commit
e32b320635
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue