https://github.com/psibi/emacs-py-import-check.git
git clone 'git://github.com/psibi/emacs-py-import-check.git'
Emacs plugin which uses importchecker to find out the unused import in the Python source code. It hits out the output in the grep buffer.
I have distributed it through Melpa and Marmalade but incase you want to install it manually, just use the py-import-check.el file.
You need to install importchecker program for using the plugin. On a *nix based system, this can be achieved by this command:
sudo pip install importchecker
You can invoke it through py-import-check function or alternatively bind it to any key bindings.
M-x py-import-check
GNU General Public License v3
Submit any issues here: https://github.com/psibi/emacs-py-import-check/issues