mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-03 12:40:47 +08:00
MAINT: Removes unused member from performance tracker class.
`last_dict` is not referenced elsewhere.
This commit is contained in:
@@ -177,7 +177,6 @@ class PerformanceTracker(object):
|
||||
self.returns = []
|
||||
self.txn_count = 0
|
||||
self.event_count = 0
|
||||
self.last_dict = None
|
||||
self.cumulative_risk_metrics = \
|
||||
risk.RiskMetricsIterative(self.period_start)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user