Skip to content

Commit 5157c0d

Browse files
authored
fixing black issue [doomsday]
1 parent 1b4c74c commit 5157c0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

other/doomsday.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/python3
2-
# For more information on the doomsday algorithm
3-
# please see: https://en.wikipedia.org/wiki/Doomsday_rule
2+
# Doomsday algorithm info: https://en.wikipedia.org/wiki/Doomsday_rule
43

54
_doomsday_leap = [4, 1, 7, 4, 2, 6, 4, 1, 5, 3, 7, 5]
65
_doomsday_not_leap = [3, 7, 7, 4, 2, 6, 4, 1, 5, 3, 7, 5]

0 commit comments

Comments
 (0)