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, which can be annoying.
For example django-appconf has a class-based configuration like so:
# -*- coding: utf-8 -*-
"""
django appconf configuration