Feb 12, 2014 django programming pyflakes pylint python warning Make pyflakes/pylint ignore unused imports Sometimes, you need to add an import without explicitly using it, just to have stuff defined. In such cases, both pyflakes and pylint generate messages,