mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 17:35:15 +08:00
Merge pull request #1567 from bernoullio/master
MAINT: Restore @property decorator
This commit is contained in:
@@ -237,6 +237,7 @@ class TradingCalendar(with_metaclass(ABCMeta)):
|
||||
|
||||
# -----
|
||||
|
||||
@property
|
||||
def opens(self):
|
||||
return self.schedule.market_open
|
||||
|
||||
|
||||
Reference in New Issue
Block a user