chore: remove unused import

This commit is contained in:
Rucha Mahabal 2022-04-03 23:58:04 +05:30
parent 58fb2f7dde
commit 7bd84f2696

View File

@ -6,7 +6,7 @@ import frappe
from frappe import _
from frappe.model.document import Document
from frappe.query_builder import Criterion
from frappe.utils import formatdate, get_link_to_form, getdate
from frappe.utils import get_link_to_form, getdate
from erpnext.hr.doctype.shift_assignment.shift_assignment import has_overlapping_timings
from erpnext.hr.utils import share_doc_with_approver, validate_active_employee