From b876d5b3281ec769a193d08f482f8670db5c5401 Mon Sep 17 00:00:00 2001 From: Anupam Date: Wed, 17 Nov 2021 18:24:32 +0530 Subject: [PATCH] fix: linter issue --- erpnext/crm/doctype/lead/lead.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/erpnext/crm/doctype/lead/lead.py b/erpnext/crm/doctype/lead/lead.py index 12e81ed6487..da1ef43cfcd 100644 --- a/erpnext/crm/doctype/lead/lead.py +++ b/erpnext/crm/doctype/lead/lead.py @@ -8,15 +8,7 @@ from frappe import _ from frappe.contacts.address_and_contact import load_address_and_contact from frappe.email.inbox import link_communication_to_document from frappe.model.mapper import get_mapped_doc -from frappe.utils import ( - comma_and, - cstr, - getdate, - has_gravatar, - nowdate, - validate_email_address, -) - +from frappe.utils import comma_and, cstr, getdate, has_gravatar, nowdate, validate_email_address from erpnext.accounts.party import set_taxes from erpnext.controllers.selling_controller import SellingController