Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
KJhellico committed Nov 30, 2024
1 parent 0b97c50 commit c4b437f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions holidays/countries/paraguay.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ class Paraguay(HolidayBase, ChristianHolidays, InternationalHolidays, StaticHoli
default_language = "es"
supported_categories = (GOVERNMENT, PUBLIC)
supported_languages = ("en_US", "es", "uk")
# Ley 8/1990.
start_year = 1991

def __init__(self, *args, **kwargs):
ChristianHolidays.__init__(self)
Expand All @@ -42,10 +44,6 @@ def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)

def _populate_public_holidays(self):
# Ley 8/1990.
if self._year <= 1990:
return None

# New Year's Day.
self._add_new_years_day(tr("Año Nuevo"))

Expand Down

0 comments on commit c4b437f

Please sign in to comment.