From 050084e552402ee4e9b7459618894900f9c36f9c Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 6 Sep 2024 10:40:25 +0530 Subject: [PATCH] style: fix formatting --- lms/patches/v2_0/delete_certificate_request_notification.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/patches/v2_0/delete_certificate_request_notification.py b/lms/patches/v2_0/delete_certificate_request_notification.py index 626dbaf0..53b907df 100644 --- a/lms/patches/v2_0/delete_certificate_request_notification.py +++ b/lms/patches/v2_0/delete_certificate_request_notification.py @@ -1,4 +1,5 @@ import frappe + def execute(): - frappe.db.delete("Notification", "Certificate Request Creation") \ No newline at end of file + frappe.db.delete("Notification", "Certificate Request Creation")