aboutsummaryrefslogblamecommitdiff
path: root/devel/py-autoflake/pkg-descr
blob: b498f6ef71193f75a0acfc226182ac68814c25e1 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                              
Removes unused imports and unused variables from Python code. It makes use of
pyflakes to do this.

By default, autoflake only removes unused imports for modules that are part of
the standard library. (Other modules may have side effects that make them
unsafe to remove automatically.) Removal of unused variables is also disabled
by default.

WWW: https://github.com/myint/autoflake