From 9e640341fd8410b6e2fe4bfddad8188ceb0134ab Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Mon, 28 Apr 2025 17:49:27 +0530 Subject: [PATCH] fix: remove unused import --- .../buying/doctype/supplier_quotation/test_supplier_quotation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/buying/doctype/supplier_quotation/test_supplier_quotation.py b/erpnext/buying/doctype/supplier_quotation/test_supplier_quotation.py index e170d4b8ec6..0e4f70b9dcb 100644 --- a/erpnext/buying/doctype/supplier_quotation/test_supplier_quotation.py +++ b/erpnext/buying/doctype/supplier_quotation/test_supplier_quotation.py @@ -3,7 +3,6 @@ import frappe -import frappe.utils from frappe.tests import IntegrationTestCase, UnitTestCase from frappe.utils import add_days, today