Skip to content

Commit

Permalink
better format
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Purkhiser <[email protected]>
  • Loading branch information
kiorky and evanpurkhiser authored Oct 30, 2024
1 parent 23617f5 commit c798993
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/croniter/croniter.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ def is_32bit():
"sep": 9, "oct": 10, "nov": 11, "dec": 12,
}
DOW_ALPHAS = {
"sun": 0, "mon": 1, "tue": 2, "wed": 3, "thu": 4,
"fri": 5, "sat": 6
"sun": 0, "mon": 1, "tue": 2, "wed": 3, "thu": 4, "fri": 5, "sat": 6
}

MINUTE_FIELD = 0
Expand Down

0 comments on commit c798993

Please sign in to comment.