fix:linter issue

(cherry picked from commit be0cb5289f)

# Conflicts:
#	erpnext/assets/doctype/asset_depreciation_schedule/asset_depreciation_schedule.py
This commit is contained in:
Nabin Hait
2024-04-04 18:28:29 +05:30
committed by Mergify
parent 854d4a9c79
commit 0cd94b017f

View File

@@ -699,7 +699,14 @@ def get_straight_line_or_manual_depr_amount(
)
),
add_days(
<<<<<<< HEAD
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,
>>>>>>> be0cb5289f (fix:linter issue)
),
)
+ 1