Language

Package: python-autoflake @ 1.3.1

Synopsis

Removes unused imports and unused variables

Description

autoflake removes unused imports and unused variables from Python code as reported by pyflakes.

By default, it only removes unused imports for modules that are part of the standard library. Removal of unused variables is also disabled by default. It also removes useless pass statements.

Home page
https://github.com/myint/autoflake
Location
gnu/packages/python-xyz.scm (line: 9434, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings