fix: Add missing comma

This commit is contained in:
GangaManoj 2022-06-22 23:29:03 +05:30 committed by Nabin Hait
parent 1b1786532a
commit 416d578290
2 changed files with 2 additions and 1 deletions

View File

@ -1109,6 +1109,7 @@ def get_total_days(date, frequency):
return date_diff(date, period_start_date)
def is_last_day_of_the_month(date):
last_day_of_the_month = get_last_day(date)

View File

@ -726,7 +726,7 @@ class TestDepreciationMethods(AssetSetup):
["2022-04-30", 1051.12, 2902.92],
["2022-05-31", 915.52, 3818.44],
["2022-06-30", 797.42, 4615.86],
["2022-07-15", 384.14, 5000.0]
["2022-07-15", 384.14, 5000.0],
]
schedules = [