From 54b3676f35579840c35fce5690f0202e590dd424 Mon Sep 17 00:00:00 2001 From: marination Date: Wed, 2 Mar 2022 13:09:34 +0530 Subject: [PATCH] fix: linter (imports alphabetical) --- .../requested_items_to_order_and_receive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 50fe78ba0ff..60a8f92cc34 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 copy 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