unimport icon indicating copy to clipboard operation
unimport copied to clipboard

Wrong detection for necessary import

Open furkanonder opened this issue 3 years ago • 0 comments

I have a python file like that;

import __hello__

when I run this file I am getting an output like that;

Hello world!

but unimport is saying unnecessary import in this file;

unimport test.py
__hello__ at test.py:1

furkanonder avatar Jul 01 '22 15:07 furkanonder