From 81ab15351e88352aeae9db0d9adb0db0f13bafc6 Mon Sep 17 00:00:00 2001 From: Sagar Vora <16315650+sagarvora@users.noreply.github.com> Date: Sat, 18 Oct 2025 00:08:38 +0530 Subject: [PATCH] chore: remove unused import --- erpnext/controllers/taxes_and_totals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/controllers/taxes_and_totals.py b/erpnext/controllers/taxes_and_totals.py index 395d0bf73b9..30b651aa82b 100644 --- a/erpnext/controllers/taxes_and_totals.py +++ b/erpnext/controllers/taxes_and_totals.py @@ -7,7 +7,7 @@ import json import frappe from frappe import _, scrub from frappe.model.document import Document -from frappe.utils import cint, flt, fmt_money, round_based_on_smallest_currency_fraction +from frappe.utils import cint, flt, round_based_on_smallest_currency_fraction import erpnext from erpnext.accounts.doctype.journal_entry.journal_entry import get_exchange_rate