Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricporter committed Jul 4, 2017
1 parent 9c23b74 commit efb649b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion funcat/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1
1 change: 1 addition & 0 deletions funcat/data/rqalpha_data_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def get_price(self, order_book_id, start, end, freq):
def get_order_book_id_list(self):
"""获取所有的
"""
import pandas as pd
insts = self.data_proxy.all_instruments("CS")
if isinstance(insts, pd.DataFrame):
# for old version of RQAlpha
Expand Down

0 comments on commit efb649b

Please sign in to comment.