1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-09 14:00:55 +08:00

fix little bug

This commit is contained in:
wangwenxi.handsome
2021-07-23 05:50:41 +00:00
parent 2c8a3ded08
commit 0ec6b87d39
3 changed files with 32 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ from ..config import C, REG_CN
from ..utils.resam import resam_ts_data, ts_data_last
from ..log import get_module_logger
from .order import Order, OrderDir, OrderHelper
from .high_performane_ds import PandasQuote
from .high_performance_ds import PandasQuote
class Exchange: