Skip to content

Commit

Permalink
Fixed: return type of statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ahankinson committed Sep 12, 2024
1 parent ee450a5 commit 46bdce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edtf/parser/parser_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
PRECISION_DAY = "day"


def days_in_month(year: int, month: int) -> dict:
def days_in_month(year: int, month: int) -> int:
"""
Return the number of days in the given year and month, where month is
1=January to 12=December, and respecting leap years as identified by
Expand Down

0 comments on commit 46bdce6

Please sign in to comment.