fix: conflicts

This commit is contained in:
Rucha Mahabal
2022-02-11 21:27:44 +05:30
committed by GitHub
parent 6a1c27a18f
commit 0e3788e346

View File

@@ -8,12 +8,8 @@ from math import ceil
import frappe
from frappe import _, bold
from frappe.model.document import Document
<<<<<<< HEAD
from frappe.utils import date_diff, flt, formatdate, get_datetime, get_last_day, getdate
from six import string_types
=======
from frappe.utils import date_diff, flt, formatdate, get_last_day, getdate
>>>>>>> c7be9ef5d2 (fix: consider leaves for past months if assignment is based on joining date too)
from six import string_types
class LeavePolicyAssignment(Document):