From 4000dfab096c4dcca23aca54e2bb25eb92445405 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Thu, 9 Nov 2023 14:35:50 +0530 Subject: [PATCH] fix: removed unused imports --- crm/fcrm/doctype/crm_deal/api.py | 4 ---- 1 file changed, 4 deletions(-) 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()