core: fix prospector error

This commit is contained in:
Jens Langhammer 2018-11-27 16:38:34 +01:00
parent a4046ea264
commit 005d0f1c8f
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ LOGGER = logging.getLogger(__name__)
class Celery(celery.Celery):
"""Custom Celery class with Raven configured"""
# pylint: disable=method-hidden
# def on_configure(self):
# """Update raven client"""
# try: