commit | f70d4089bc3a1b99b79c5ec7d90b8533fe8e514a | [log] [tgz] |
---|---|---|
author | Anurag Mishra <mishranaman123@gmail.com> | Mon Feb 11 17:02:20 2019 +0530 |
committer | Anurag Mishra <mishranaman123@gmail.com> | Mon Feb 11 17:02:20 2019 +0530 |
tree | fe0130fdd4ee8bd4c44d7397ab80fcf764b9145f | |
parent | a032f0528e4e8567fe07d0ed7ab786f8d629a6e8 [diff] |
fix: codacy
diff --git a/erpnext/accounts/report/gross_and_net_profit_report/gross_and_net_profit_report.py b/erpnext/accounts/report/gross_and_net_profit_report/gross_and_net_profit_report.py index 6645dc3..a5d6ec9 100644 --- a/erpnext/accounts/report/gross_and_net_profit_report/gross_and_net_profit_report.py +++ b/erpnext/accounts/report/gross_and_net_profit_report/gross_and_net_profit_report.py
@@ -7,7 +7,6 @@ from frappe.utils import flt from erpnext.accounts.report.financial_statements import (get_period_list, get_columns, get_data) import copy -from pprint import pprint def execute(filters=None):