Skip to content

Commit

Permalink
remove blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuizi7 committed Jul 10, 2020
1 parent eb1a141 commit 1936699
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rqalpha/data/base_data_source/data_source.py
Expand Up @@ -87,8 +87,6 @@ def _p(name):
self._st_stock_days = DateSet(_p('st_stock_days.h5'))
self._suspend_days = DateSet(_p('suspended_days.h5'))



def register_day_bar_store(self, instrument_type, store):
# type: (INSTRUMENT_TYPE, AbstractDayBarStore) -> None
self._day_bars[instrument_type] = store
Expand Down

0 comments on commit 1936699

Please sign in to comment.