From 072c7e913d247bde90c1ba2c6d71894b0fb3a66e Mon Sep 17 00:00:00 2001 From: Rucha Mahabal Date: Fri, 10 Mar 2023 11:44:33 +0530 Subject: [PATCH] chore: fix linter --- erpnext/payroll/doctype/salary_slip/test_salary_slip.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/payroll/doctype/salary_slip/test_salary_slip.py b/erpnext/payroll/doctype/salary_slip/test_salary_slip.py index ffe38331ee4..993e62bc691 100644 --- a/erpnext/payroll/doctype/salary_slip/test_salary_slip.py +++ b/erpnext/payroll/doctype/salary_slip/test_salary_slip.py @@ -1587,7 +1587,6 @@ def setup_test(): frappe.db.set_value("HR Settings", None, "leave_approval_notification_template", None) - def make_holiday_list(list_name=None, from_date=None, to_date=None, add_weekly_offs=True): fiscal_year = get_fiscal_year(nowdate(), company=erpnext.get_default_company()) name = list_name or "Salary Slip Test Holiday List"