commit | 8b86d18f735ab86de77823be3188942e9e82501f | [log] [tgz] |
---|---|---|
author | Jamsheer <jamsheer@earthianslive.com> | Wed May 16 19:32:03 2018 +0530 |
committer | Jamsheer <jamsheer@earthianslive.com> | Wed May 16 19:50:30 2018 +0530 |
tree | 70d176ce457701bda69a4eb203a6ab63d689af30 | |
parent | 3434aabc28e4cafce7c5163e0a8fd00d283c3877 [diff] |
Remove unused imports
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 9b915a6..34e1a8f 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 e8dc0da..aff73e5 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):