mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-11 23:06:58 +08:00
format code
This commit is contained in:
@@ -98,7 +98,7 @@ class MergeCollector(Collector):
|
||||
def __init__(self, collector_dict: Dict[str, Collector], process_list: List[Callable] = [], merge_func=None):
|
||||
"""
|
||||
Init MergeCollector.
|
||||
|
||||
|
||||
Args:
|
||||
collector_dict (Dict[str,Collector]): the dict like {collector_key, Collector}
|
||||
process_list (List[Callable]): the list of processors or the instance of processor to process dict.
|
||||
|
||||
Reference in New Issue
Block a user