mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
Remove unused import
This commit is contained in:
@@ -2,8 +2,6 @@
|
|||||||
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and Contributors
|
# Copyright (c) 2018, Frappe Technologies Pvt. Ltd. and Contributors
|
||||||
# See license.txt
|
# See license.txt
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import frappe
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
class TestAdditionalSalaryComponent(unittest.TestCase):
|
class TestAdditionalSalaryComponent(unittest.TestCase):
|
||||||
|
|||||||
Reference in New Issue
Block a user