Skip to content

Commit c798993

Browse files
better format
Co-authored-by: Evan Purkhiser <[email protected]>
1 parent 23617f5 commit c798993

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/croniter/croniter.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ def is_32bit():
8383
"sep": 9, "oct": 10, "nov": 11, "dec": 12,
8484
}
8585
DOW_ALPHAS = {
86-
"sun": 0, "mon": 1, "tue": 2, "wed": 3, "thu": 4,
87-
"fri": 5, "sat": 6
86+
"sun": 0, "mon": 1, "tue": 2, "wed": 3, "thu": 4, "fri": 5, "sat": 6
8887
}
8988

9089
MINUTE_FIELD = 0

0 commit comments

Comments
 (0)