We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd108b9 commit 1926d3fCopy full SHA for 1926d3f
holidays/countries/chile.py
@@ -239,7 +239,7 @@ def _populate_bank_holidays(self):
239
if 1957 <= self._year <= 1975:
240
self._add_holiday_jun_30(name)
241
242
- if (1956 <= self._year <= 2024) and (self._year != 1997):
+ if 1956 <= self._year <= 2024 and self._year != 1997:
243
self._add_holiday_dec_31(name)
244
245
@property
0 commit comments