Skip to content

Commit

Permalink
nit: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-tf committed Aug 17, 2024
1 parent ce6f263 commit 439eb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/utils/get_rebate_bills.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def get_rebate_bills(rebate, period: int):
def get_rebate_bills(rebate, period):
period = int(period)
if period == 1:
short = rebate.period1_short
Expand Down

0 comments on commit 439eb34

Please sign in to comment.