Skip to content

Commit

Permalink
[Del] 移除测试脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed Oct 13, 2021
1 parent 200ebe5 commit ce87727
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 107 deletions.
102 changes: 0 additions & 102 deletions test.ipynb

This file was deleted.

5 changes: 0 additions & 5 deletions vnpy_wind/wind_datafeed.py
Expand Up @@ -26,11 +26,6 @@
Interval.HOUR: "60"
}

SHIFT_MAP = {
Interval.MINUTE: timedelta(minutes=1),
Interval.HOUR: timedelta(hours=1),
}


class WindDatafeed(BaseDatafeed):
"""万得数据服务接口"""
Expand Down

0 comments on commit ce87727

Please sign in to comment.