Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
joxssb committed Dec 17, 2024
1 parent 1816163 commit 3087b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ssb_konjunk/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,5 +300,5 @@ def months_in_quarter(quarter: int | str) -> list[int]:
return [4, 5, 6]
elif quarter == 3:
return [7, 8, 9]
elif quarter == 4:
else:
return [10, 11, 12]

0 comments on commit 3087b58

Please sign in to comment.