1st May is Labour Day

This commit is contained in:
Edward Betts 2023-12-29 09:30:14 +00:00
parent 7c54fdfe09
commit 88f4a9c4ec

View file

@ -178,6 +178,7 @@ def combine_holidays(holidays: list[Holiday]) -> list[Event]:
(12, 8): "Immaculate conception",
(12, 25): "Christmas Day",
(12, 26): "Boxing Day",
(5, 1): "Labour Day",
}
combined: collections.defaultdict[