refactor: formatting
This commit is contained in:
		@@ -48,6 +48,7 @@ def post_adoption_notice_save(pk):
 | 
			
		||||
    notify_search_subscribers(instance, only_if_active=True)
 | 
			
		||||
    notify_of_AN_to_be_checked(instance)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@celery_app.task(name="tools.healthcheck")
 | 
			
		||||
def task_healthcheck():
 | 
			
		||||
    healthcheck_ok()
 | 
			
		||||
@@ -58,6 +59,7 @@ def task_healthcheck():
 | 
			
		||||
def task_send_notification_email(notification_pk):
 | 
			
		||||
    send_notification_email(notification_pk)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@celery_app.task(name="commit.post_rescue_org_save")
 | 
			
		||||
def post_rescue_org_save(pk):
 | 
			
		||||
    instance = RescueOrganization.objects.get(pk=pk)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user