mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 01:38:30 +08:00
MAINT/PERF: Remove redundant method call.
`_get_minute_window_data` was just forwarding its input to a method with the same signature.
This commit is contained in:
@@ -922,10 +922,6 @@ class DataPortal(object):
|
||||
-------
|
||||
A numpy array with requested values.
|
||||
"""
|
||||
return self._get_minute_window_data(assets, field, minutes_for_window)
|
||||
|
||||
def _get_minute_window_data(
|
||||
self, assets, field, minutes_for_window):
|
||||
return self._minute_history_loader.history(assets,
|
||||
minutes_for_window,
|
||||
field,
|
||||
|
||||
Reference in New Issue
Block a user