commit | 54b3676f35579840c35fce5690f0202e590dd424 | [log] [tgz] |
---|---|---|
author | marination <maricadsouza221197@gmail.com> | Wed Mar 02 13:09:34 2022 +0530 |
committer | marination <maricadsouza221197@gmail.com> | Wed Mar 02 13:09:34 2022 +0530 |
tree | 89c068b66aa5af850e9ff57afe1ec5bb88a4683d | |
parent | e0d5c6118f2c5571ebb34b967ad6c2dfc7bdab06 [diff] |
fix: linter (imports alphabetical)
diff --git a/erpnext/buying/report/requested_items_to_order_and_receive/requested_items_to_order_and_receive.py b/erpnext/buying/report/requested_items_to_order_and_receive/requested_items_to_order_and_receive.py index 50fe78b..60a8f92 100644 --- a/erpnext/buying/report/requested_items_to_order_and_receive/requested_items_to_order_and_receive.py +++ b/erpnext/buying/report/requested_items_to_order_and_receive/requested_items_to_order_and_receive.py
@@ -6,7 +6,7 @@ import frappe from frappe import _ -from frappe.query_builder.functions import Sum, Coalesce +from frappe.query_builder.functions import Coalesce, Sum from frappe.utils import date_diff, flt, getdate