Skip to content

Commit 59bae73

Browse files
committed
Update code
1 parent ca98514 commit 59bae73

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

holidays/groups/chinese.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,6 @@ def _double_ninth_festival(self):
7070
"""
7171
return self._chinese_calendar.double_ninth_date(self._year)[0]
7272

73-
@property
74-
def _dongzhi_festival(self):
75-
"""
76-
Return Dongzhi Festival (22nd solar term, Winter Solstice) date.
77-
"""
78-
return self._chinese_calendar.winter_solstice_date(self._year)[0]
79-
8073
def _add_chinese_calendar_holiday(
8174
self, name: str, dt_estimated: tuple[date | None, bool], days_delta: int = 0
8275
) -> date | None:
@@ -195,7 +188,7 @@ def _add_daeboreum_day(self, name) -> date | None:
195188

196189
def _add_dongzhi_festival(self, name) -> date | None:
197190
"""
198-
Add Dongzhi Festival (Chinese Winter Solstice).
191+
Add Dongzhi Festival (22nd solar term, Winter Solstice).
199192
200193
The Dongzhi Festival or Winter Solstice Festival is a traditional
201194
Chinese festival celebrated during the Dongzhi solar term

0 commit comments

Comments
 (0)