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):