core: fix prospector error
This commit is contained in:
parent
a4046ea264
commit
005d0f1c8f
|
@ -21,7 +21,6 @@ LOGGER = logging.getLogger(__name__)
|
||||||
class Celery(celery.Celery):
|
class Celery(celery.Celery):
|
||||||
"""Custom Celery class with Raven configured"""
|
"""Custom Celery class with Raven configured"""
|
||||||
|
|
||||||
# pylint: disable=method-hidden
|
|
||||||
# def on_configure(self):
|
# def on_configure(self):
|
||||||
# """Update raven client"""
|
# """Update raven client"""
|
||||||
# try:
|
# try:
|
||||||
|
|
Reference in New Issue