crashes with ValueError
when the import to remove appears twice
#225
Labels
bug
Something isn't working
ValueError
when the import to remove appears twice
#225
Description
autoimport sometimes throws
ValueError
when the import to remove appears twiceSteps to reproduce
Create the following python file:
Invoke autoimport:
Strangely, this bug seems dependent on the exact names of the imports. For example, if I do
from my_module import _t
instead offrom my_module import _tm
, noValueError
occurs.Environment
The text was updated successfully, but these errors were encountered: