From 8150638519da38b69272095652741467c8bb26e0 Mon Sep 17 00:00:00 2001 From: khushi Date: Thu, 19 Jun 2025 15:07:44 +0530 Subject: [PATCH] chore: linters check (cherry picked from commit f7e63936a9a0119de44296390b8b632399daedd1) --- erpnext/crm/doctype/contract/contract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/crm/doctype/contract/contract.py b/erpnext/crm/doctype/contract/contract.py index 559c89a9629..ea4398d7bfa 100644 --- a/erpnext/crm/doctype/contract/contract.py +++ b/erpnext/crm/doctype/contract/contract.py @@ -5,8 +5,8 @@ import frappe from frappe import _ from frappe.model.document import Document -from frappe.utils import getdate, nowdate from frappe.model.naming import append_number_if_name_exists +from frappe.utils import getdate, nowdate class Contract(Document):