From c07d5b6decbb80acce06b8d5f6f47691fdd7dc6d Mon Sep 17 00:00:00 2001 From: khushi8112 Date: Thu, 19 Jun 2025 18:40:37 +0530 Subject: [PATCH] chore: remove unused import (cherry picked from commit a1c0727d7b859737cc2265b98456577fb1b190c3) --- erpnext/crm/doctype/contract/contract.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/crm/doctype/contract/contract.py b/erpnext/crm/doctype/contract/contract.py index 49988e546df..223e0549ede 100644 --- a/erpnext/crm/doctype/contract/contract.py +++ b/erpnext/crm/doctype/contract/contract.py @@ -5,7 +5,6 @@ import frappe from frappe import _ from frappe.model.document import Document -from frappe.model.naming import append_number_if_name_exists from frappe.utils import getdate, nowdate