Remove unused imports

This commit is contained in:
Jamsheer 2018-05-16 19:32:03 +05:30
parent 3434aabc28
commit 8b86d18f73
2 changed files with 0 additions and 4 deletions

View File

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

View File

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