diff --git a/crm/fcrm/doctype/crm_deal/api.py b/crm/fcrm/doctype/crm_deal/api.py index 0dc14355..8f34ea33 100644 --- a/crm/fcrm/doctype/crm_deal/api.py +++ b/crm/fcrm/doctype/crm_deal/api.py @@ -1,9 +1,5 @@ -import json - import frappe from frappe import _ -from frappe.desk.form.load import get_docinfo -from crm.fcrm.doctype.crm_lead.api import get_activities as get_lead_activities @frappe.whitelist()