mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-05 12:50:21 +08:00
MAINT: Removed unused method
This commit is contained in:
@@ -1090,10 +1090,6 @@ class DataPortal(object):
|
||||
|
||||
return data
|
||||
|
||||
@remember_last
|
||||
def _get_market_minutes_for_day(self, end_date):
|
||||
return self.env.market_minutes_for_day(pd.Timestamp(end_date))
|
||||
|
||||
def _get_history_daily_window_equities(
|
||||
self, assets, days_for_window, end_dt, field_to_use):
|
||||
ends_at_midnight = end_dt.hour == 0 and end_dt.minute == 0
|
||||
|
||||
Reference in New Issue
Block a user