mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
chore: remove unused import
This commit is contained in:
@@ -6,7 +6,7 @@ import frappe
|
|||||||
from frappe import _
|
from frappe import _
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
from frappe.query_builder import Criterion
|
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.doctype.shift_assignment.shift_assignment import has_overlapping_timings
|
||||||
from erpnext.hr.utils import share_doc_with_approver, validate_active_employee
|
from erpnext.hr.utils import share_doc_with_approver, validate_active_employee
|
||||||
|
|||||||
Reference in New Issue
Block a user