This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
the "Remove Unused Import" command should remove all unused imports in the from import
statement
#1722
Labels
enhancement
New feature or request
Current Behavior
Just removes the import where the cursor is located, which requires many many repetitive operations to remove all unused imports
Expected Behavior
Remove all unused imports in the python file.
The text was updated successfully, but these errors were encountered: