chore: make linter happy

This commit is contained in:
anandbaburajan
2022-09-30 15:33:34 +05:30
parent a9546dd01f
commit 308c400c6a

View File

@@ -257,9 +257,7 @@ def get_unmarked_days(employee, month, exclude_holidays=0):
start_day = joining_date.day
if (
relieving_date
and relieving_date.year == today.year
and relieving_date.month == month_map[month]
relieving_date and relieving_date.year == today.year and relieving_date.month == month_map[month]
):
end_day = relieving_date.day + 1