Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenskeiner committed Jun 20, 2024
1 parent 39c4545 commit 8245a9f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
15 changes: 8 additions & 7 deletions exchange_calendars/exchange_calendar_xbue.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,13 +345,14 @@ def adhoc_holidays(self):
]

return [pd.Timestamp(d) for d in
chain(
misc_adhocs,
market_closures_2002_jan,
market_closures_2002_apr,
bridge_days,
irregular_observances,
)]
chain(
misc_adhocs,
market_closures_2002_jan,
market_closures_2002_apr,
bridge_days,
irregular_observances,
)
]

@property
def special_closes(self):
Expand Down
17 changes: 9 additions & 8 deletions exchange_calendars/exchange_calendar_xphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,11 +411,12 @@ def adhoc_holidays(self):
]

return [pd.Timestamp(d) for d in
chain(
misc_adhoc,
pre_2011_holidays,
ChineseNewYearAfter2011,
philippines_eid_al_adha,
philippines_eid_al_fitr,

)]
chain(
misc_adhoc,
pre_2011_holidays,
ChineseNewYearAfter2011,
philippines_eid_al_adha,
philippines_eid_al_fitr,

)
]

0 comments on commit 8245a9f

Please sign in to comment.