Created attachment 212354 [details] py-autoflake.diff QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 12.1, amd64 tested) * maketest: OK (108 passed)
Committed. Thanks.
A commit references this bug: Author: tcberner Date: Thu Mar 12 18:27:35 UTC 2020 New revision: 528303 URL: https://svnweb.freebsd.org/changeset/ports/528303 Log: New port: devel/py-autoflake: Removes unused imports and unused variables from Python code 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> Changes: head/devel/Makefile head/devel/py-autoflake/ head/devel/py-autoflake/Makefile head/devel/py-autoflake/distinfo head/devel/py-autoflake/pkg-descr