Commit bc2f7b96 by Ned Batchelder

Remove a redundant pylint suppression.

parent 645d847b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment