Remove a redundant pylint suppression.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user