fix: add missing import

This commit is contained in:
Rucha Mahabal
2023-02-21 12:33:47 +05:30
parent acdf7fd8df
commit 8add12d568

View File

@@ -7,7 +7,7 @@ from typing import Dict, List, Optional, Tuple
import frappe
from frappe import _
from frappe.utils import add_days, getdate
from frappe.utils import add_days, cint, getdate
from erpnext.hr.doctype.leave_allocation.leave_allocation import get_previous_allocation
from erpnext.hr.doctype.leave_application.leave_application import (