fix:linter issue

(cherry picked from commit 8247fd1727)
This commit is contained in:
Nabin Hait
2024-04-04 18:28:29 +05:30
committed by Mergify
parent e41d23d26c
commit 6ddd08d0b0

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