Skip to content

Commit 1926d3f

Browse files
mbfarahKJhellico
andauthored
Update holidays/countries/chile.py
Co-authored-by: ~Jhellico <[email protected]> Signed-off-by: Miguel Farah <[email protected]>
1 parent bd108b9 commit 1926d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

holidays/countries/chile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def _populate_bank_holidays(self):
239239
if 1957 <= self._year <= 1975:
240240
self._add_holiday_jun_30(name)
241241

242-
if (1956 <= self._year <= 2024) and (self._year != 1997):
242+
if 1956 <= self._year <= 2024 and self._year != 1997:
243243
self._add_holiday_dec_31(name)
244244

245245
@property

0 commit comments

Comments
 (0)