From 72f9308df612d3e7e5c69fe9ba3985d5570da113 Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Tue, 22 Nov 2022 15:06:27 +0530 Subject: [PATCH] fix: linter issue --- erpnext/accounts/report/gross_profit/gross_profit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/report/gross_profit/gross_profit.py b/erpnext/accounts/report/gross_profit/gross_profit.py index 3c0c8bcb19a..b71b31a5ec2 100644 --- a/erpnext/accounts/report/gross_profit/gross_profit.py +++ b/erpnext/accounts/report/gross_profit/gross_profit.py @@ -5,7 +5,7 @@ import frappe from frappe import _, qb, scrub from frappe.query_builder import Order -from frappe.utils import cint, flt, formatdate +from frappe.utils import cint, flt from erpnext.controllers.queries import get_match_cond from erpnext.stock.utils import get_incoming_rate