Skip to content

Commit 5843a14

Browse files
compatibility changes for >= 0.10 pandas_market_calendars
1 parent e2f4d7d commit 5843a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

strategy/strategy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,9 +1086,9 @@ def regular_holidays(self):
10861086
return AbstractHolidayCalendar()
10871087

10881088
@property
1089-
def open_time(self):
1089+
def open_time_default(self):
10901090
return datetime.time(17, 1)
10911091

10921092
@property
1093-
def close_time(self):
1093+
def close_time_default(self):
10941094
return datetime.time(17)

0 commit comments

Comments
 (0)