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