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 PR: 244759 Submitted by: Goran Mekić <meka@tilda.center>
3 lines
160 B
Text
3 lines
160 B
Text
TIMESTAMP = 1584024731
|
|
SHA256 (autoflake-1.3.1.tar.gz) = 680cb9dade101ed647488238ccb8b8bfb4369b53d58ba2c8cdf7d5d54e01f95b
|
|
SIZE (autoflake-1.3.1.tar.gz) = 17443
|