chore: fix linters issue

This commit is contained in:
rohitwaghchaure
2025-05-05 14:12:07 +05:30
committed by GitHub
parent 150cc5a664
commit 9adb863787

View File

@@ -9,7 +9,7 @@ import frappe
from frappe import _
from frappe.model.mapper import get_mapped_doc
from frappe.query_builder.functions import Sum
from frappe.utils import cint, comma_or, cstr, flt, format_time, formatdate, getdate, nowdate
from frappe.utils import cint, comma_or, cstr, flt, format_time, formatdate, getdate, nowdate, get_link_to_form
import erpnext
from erpnext.accounts.general_ledger import process_gl_map