diff --git a/erpnext/hr/doctype/employee_benefit_application/test_employee_benefit_application.py b/erpnext/hr/doctype/employee_benefit_application/test_employee_benefit_application.py index 9b915a66b9..34e1a8fbc1 100644 --- a/erpnext/hr/doctype/employee_benefit_application/test_employee_benefit_application.py +++ b/erpnext/hr/doctype/employee_benefit_application/test_employee_benefit_application.py @@ -2,8 +2,6 @@ # Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and Contributors # See license.txt from __future__ import unicode_literals - -import frappe import unittest class TestEmployeeBenefitApplication(unittest.TestCase): diff --git a/erpnext/hr/doctype/employee_benefit_claim/test_employee_benefit_claim.py b/erpnext/hr/doctype/employee_benefit_claim/test_employee_benefit_claim.py index e8dc0da47c..aff73e5c81 100644 --- a/erpnext/hr/doctype/employee_benefit_claim/test_employee_benefit_claim.py +++ b/erpnext/hr/doctype/employee_benefit_claim/test_employee_benefit_claim.py @@ -2,8 +2,6 @@ # Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and Contributors # See license.txt from __future__ import unicode_literals - -import frappe import unittest class TestEmployeeBenefitClaim(unittest.TestCase):