fix:linter issue

This commit is contained in:
Nabin Hait
2024-04-04 18:28:29 +05:30
parent 350d53dbe1
commit 8247fd1727

View File

@@ -699,7 +699,8 @@ def get_straight_line_or_manual_depr_amount(
)
),
add_days(
get_last_day(add_months(row.depreciation_start_date, -1 * row.frequency_of_depreciation)), 1
get_last_day(add_months(row.depreciation_start_date, -1 * row.frequency_of_depreciation)),
1,
),
)
+ 1