vscode-importmagic icon indicating copy to clipboard operation
vscode-importmagic copied to clipboard

import is incorrectly added to existing from statement

Open tekumara opened this issue 5 years ago • 1 comments

The functools import is added to an existing from typing ... import statement:

aec-1593520721851

I'm expecting the following import to be created instead:

import functools

tekumara avatar Jun 30 '20 12:06 tekumara

Selecting the second option in the drop-down works, but this should probably be the default and only option?

tekumara avatar Jul 02 '20 03:07 tekumara