fix: remove duplicate imports

This commit is contained in:
Ankush Menat
2021-09-01 15:24:25 +05:30
parent 2d62c500c4
commit 7d9819f352
11 changed files with 6 additions and 13 deletions

View File

@@ -5,7 +5,7 @@
from __future__ import unicode_literals
import frappe
from frappe import _
from frappe.utils import getdate, cstr, add_days, date_diff, getdate, ceil
from frappe.utils import getdate, cstr, add_days, date_diff, ceil
from frappe.model.document import Document
from erpnext.hr.utils import validate_overlap
from frappe.utils.background_jobs import enqueue