mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
chore: linter
This commit is contained in:
@@ -9,18 +9,7 @@ import frappe
|
|||||||
from frappe import _
|
from frappe import _
|
||||||
from frappe.model.mapper import get_mapped_doc
|
from frappe.model.mapper import get_mapped_doc
|
||||||
from frappe.query_builder.functions import Sum
|
from frappe.query_builder.functions import Sum
|
||||||
from frappe.utils import (
|
from frappe.utils import cint, comma_or, cstr, flt, format_time, formatdate, getdate, nowdate
|
||||||
add_days,
|
|
||||||
cint,
|
|
||||||
comma_or,
|
|
||||||
cstr,
|
|
||||||
flt,
|
|
||||||
format_time,
|
|
||||||
formatdate,
|
|
||||||
getdate,
|
|
||||||
nowdate,
|
|
||||||
today,
|
|
||||||
)
|
|
||||||
from six import iteritems, itervalues, string_types
|
from six import iteritems, itervalues, string_types
|
||||||
|
|
||||||
import erpnext
|
import erpnext
|
||||||
@@ -2565,4 +2554,3 @@ def get_supplied_items(purchase_order):
|
|||||||
)
|
)
|
||||||
|
|
||||||
return supplied_item_details
|
return supplied_item_details
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user