chore: resolve conflicts

This commit is contained in:
Deepesh Garg
2023-01-04 08:24:20 +05:30
committed by GitHub
parent b6ed0698b4
commit be48b4a028

View File

@@ -9,16 +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
from six import iteritems, itervalues, string_types
import erpnext