mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-06 12:30:57 +08:00
redundant references
This commit is contained in:
committed by
you-n-g
parent
5003e49197
commit
9446116642
@@ -9,7 +9,6 @@ Motivation of index_data
|
||||
`index_data` try to behave like pandas (some API will be different because we try to be simpler and more intuitive) but don't compromize the performance. It provides the basic numpy data and simple indexing feature. If users call APIs which may compromize the performance, index_data will raise Errors.
|
||||
"""
|
||||
|
||||
from functools import partial
|
||||
from typing import Dict, Tuple, Union, Callable, List
|
||||
import bisect
|
||||
|
||||
|
||||
Reference in New Issue
Block a user