From 831f60f439a71fb39c9d2ef287bcaf3fe49a6d38 Mon Sep 17 00:00:00 2001 From: Sagar Sharma Date: Tue, 18 Oct 2022 14:27:56 +0530 Subject: [PATCH] fix: linter --- .../batch_wise_balance_history/batch_wise_balance_history.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py b/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py index 44ba8286637..0d57938e31f 100644 --- a/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +++ b/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py @@ -139,4 +139,3 @@ def get_item_details(filters): item_map.setdefault(d.name, d) return item_map - \ No newline at end of file