Skip to content

Commit

Permalink
Merge pull request #1122 from quantopian/remove-unused-bts
Browse files Browse the repository at this point in the history
MAINT: Remove unused member.
  • Loading branch information
ehebert committed Apr 11, 2016
2 parents 675eff4 + ccef816 commit 9561073
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zipline/data/data_portal.py
Expand Up @@ -528,8 +528,6 @@ def __init__(self,
}
self._equity_minute_loader_array_data = {}

self._in_bts = False

def _reindex_extra_source(self, df, source_date_index):
return df.reindex(index=source_date_index, method='ffill')

Expand Down

0 comments on commit 9561073

Please sign in to comment.