Remove a redundant pylint suppression.

This commit is contained in:
Ned Batchelder
2013-06-19 22:31:05 -04:00
parent 645d847bb1
commit bc2f7b96ec

View File

@@ -155,7 +155,7 @@ MIDDLEWARE_CLASSES = (
############################ SIGNAL HANDLERS ################################
# This is imported to register the exception signal handling that logs exceptions
import monitoring.exceptions # noqa # pylint: disable=W0611
import monitoring.exceptions # noqa
############################ DJANGO_BUILTINS ################################
# Change DEBUG/TEMPLATE_DEBUG in your environment settings files, not here