vscode-importmagic
vscode-importmagic copied to clipboard
import is incorrectly added to existing from statement
The functools import is added to an existing from typing ... import statement:

I'm expecting the following import to be created instead:
import functools
Selecting the second option in the drop-down works, but this should probably be the default and only option?