MAINT: Remove _period_trading_days member from TradingEnvironment.

Now that the period_trading_days method is removed, the internal
member that cached the value, is also no longer needed.
This commit is contained in:
Eddie Hebert
2013-06-12 13:26:31 -04:00
parent 59edea66f1
commit dc14f0e9ff
-1
View File
@@ -92,7 +92,6 @@ class TradingEnvironment(object):
if max_date:
self.treasury_curves = self.treasury_curves[:max_date]
self._period_trading_days = None
self._trading_days_series = None
self.full_trading_day = datetime.timedelta(hours=6, minutes=30)
self.exchange_tz = exchange_tz