chore: fix conflicts

Removed unused imports and fixed import structure.
This commit is contained in:
rohitwaghchaure
2026-06-27 16:51:20 +05:30
committed by GitHub
parent f2da254f49
commit 54a30c709a

View File

@@ -4,14 +4,8 @@
import frappe
from frappe import _, bold, json, msgprint
<<<<<<< HEAD
from frappe.query_builder.functions import CombineDatetime, Sum
from frappe.utils import add_to_date, cint, cstr, flt, get_datetime, now
=======
from frappe.query_builder.functions import Sum
from frappe.utils import add_to_date, cint, cstr, flt, now
from frappe.utils.data import DateTimeLikeObject
>>>>>>> c7ef42ef98 (fix: sync Stock Reconciliation difference amount with GL after reposting (#56574))
import erpnext
from erpnext.accounts.utils import get_company_default