From b1c8cf94d09a5ed32dd4fb5286abfe778f590d16 Mon Sep 17 00:00:00 2001 From: Mangesh-Khairnar Date: Thu, 7 Feb 2019 14:23:12 +0530 Subject: [PATCH] style: change hooks format --- frappe/hooks.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frappe/hooks.py b/frappe/hooks.py index c890903eac..cf14923287 100644 --- a/frappe/hooks.py +++ b/frappe/hooks.py @@ -228,5 +228,10 @@ before_migrate = ['frappe.patches.v11_0.sync_user_permission_doctype_before_migr otp_methods = ['OTP App','Email','SMS'] user_privacy_documents = [ - { 'doctype': 'Contact', 'email_fields': ['email_id'], 'personal_fields': ['first_name', 'last_name', 'phone', 'mobile_no'], 'action': 'delete'}, + { + 'doctype': 'Contact', + 'email_fields': ['email_id'], + 'personal_fields': ['first_name', 'last_name', 'phone', 'mobile_no'], + 'action': 'delete' + }, ] \ No newline at end of file