fix: unused import

This commit is contained in:
prssanna 2020-05-31 22:45:56 +05:30
parent 73d3d1f409
commit e6f9e7fe39

View file

@ -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)