core: fix prospector error
This commit is contained in:
		@ -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
	
	Block a user