pilat / vscode-importmagic

MIT License
36 stars 7 forks source link

import is incorrectly added to existing from statement #26

Open tekumara opened 4 years ago

tekumara commented 4 years ago

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 commented 4 years ago

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