mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-17 11:25:55 +08:00
MAINT: Remove unused method on performance period.
set_positions is no longer referenced.
This commit is contained in:
@@ -236,10 +236,6 @@ class PerformancePeriod(object):
|
||||
def calculate_positions_value(self):
|
||||
raise ProxyError()
|
||||
|
||||
@position_proxy
|
||||
def set_positions(self):
|
||||
raise ProxyError()
|
||||
|
||||
@position_proxy
|
||||
def _longs_count(self):
|
||||
raise ProxyError()
|
||||
|
||||
Reference in New Issue
Block a user