Remove unused imports

This commit is contained in:
Jamsheer 2018-05-25 15:20:50 +05:30
parent 9416ac4ad4
commit e6eef3085c
2 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,7 @@
from __future__ import unicode_literals
import frappe
from frappe import _
from frappe.utils import nowdate, date_diff, getdate
from frappe.utils import date_diff, getdate
from frappe.model.document import Document
from erpnext.hr.doctype.payroll_period.payroll_period import get_payroll_period_days
from erpnext.hr.doctype.salary_structure_assignment.salary_structure_assignment import get_assigned_salary_structure

View File

@ -3,8 +3,6 @@
# For license information, please see license.txt
from __future__ import unicode_literals
import frappe
from frappe import _
from frappe.model.document import Document
from frappe.model.naming import append_number_if_name_exists