From e6f9e7fe39cd15ccb01e458510b2a69dd898cace Mon Sep 17 00:00:00 2001 From: prssanna Date: Sun, 31 May 2020 22:45:56 +0530 Subject: [PATCH] fix: unused import --- frappe/desk/doctype/notification_log/notification_log.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frappe/desk/doctype/notification_log/notification_log.py b/frappe/desk/doctype/notification_log/notification_log.py index f9f7e5967c..211b3ae5e6 100644 --- a/frappe/desk/doctype/notification_log/notification_log.py +++ b/frappe/desk/doctype/notification_log/notification_log.py @@ -5,7 +5,6 @@ from __future__ import unicode_literals import frappe from frappe import _ -import json from frappe.model.document import Document from frappe.desk.doctype.notification_settings.notification_settings import (is_notifications_enabled, is_email_notifications_enabled_for_type, set_seen_value)