unimport
unimport copied to clipboard
Wrong detection for necessary import
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