79217246

Date: 2024-11-23 05:57:06
Score: 0.5
Natty:
Report link

autoflake can now do this with the --expand-star-imports option, provided

So you could do something like

autoflake --expand-star-imports --remove-all-unused-imports --in-place --exclude "__init__.py"  my-python-project/*.py

Ref. https://pypi.org/project/autoflake/

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): can now
  • Low reputation (0.5):
Posted by: Gokulakrishnan Shankar