Skip to content

Commit

Permalink
chore: resolved merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
asmitahase committed Feb 4, 2025
1 parent e4d2d7d commit e191f00
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@
# See license.txt

import frappe
<<<<<<< HEAD
from frappe.tests.utils import FrappeTestCase
from frappe.utils import add_months, get_first_day, get_year_ending, getdate
=======
from frappe.tests import IntegrationTestCase
from frappe.utils import add_days, add_months, get_first_day, get_year_ending, get_year_start, getdate
>>>>>>> bff9ed21 (fix: allocate earned leaves pro-rata if policy assignment is submitted after the effective period)

from hrms.hr.doctype.leave_application.test_leave_application import get_employee, get_leave_period
from hrms.hr.doctype.leave_period.test_leave_period import create_leave_period
Expand Down

0 comments on commit e191f00

Please sign in to comment.