Skip to content

Commit 7ef173d

Browse files
committed
apparently the snow day did not affect the day
1 parent 02b8bf6 commit 7ef173d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ async def get_school_week(requested_date: date, first_day: date, week=True):
146146
date(2020, 11, 3), # Election day
147147
date(2020, 11, 11), # Veteran's day
148148
*daterange(date(2020, 11, 25), date(2020, 11, 27)), # Thanksgiving break
149-
date(2020, 12, 17), # Snow day
150149
*daterange(date(2020, 12, 24), date(2021, 1, 1)) # Holiday break
151150
]
152151
special_days = [

0 commit comments

Comments
 (0)