style: change formatting

This commit is contained in:
Mangesh-Khairnar 2019-06-06 20:43:32 +05:30
parent 86e0f4c617
commit 368a974368

View File

@ -474,7 +474,7 @@ def get_leave_allocation_records(employee, date, leave_type=None):
AND is_lwp=0
{0}
GROUP BY employee, leave_type
""".format(conditions), dict(date=date, employee=employee), as_dict=1)
""".format(conditions), dict(date=date, employee=employee), as_dict=1) #nosec
allocated_leaves = frappe._dict()
for d in allocation_details: