I remember when I was developing in C++ or Java, the compiler usually complains for unused methods, functions or imports. In my Django project, I have a bunch of Python fil
Importchecker is a commandline utility to find unused imports in Python modules.