1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-15 16:56:54 +08:00

fix format with black

This commit is contained in:
Young
2021-06-02 09:16:46 +00:00
parent 616a742db7
commit 8222795ac4

View File

@@ -167,7 +167,7 @@ class OnlineManager(Serializable):
""" """
Get the instance of `Collector <../advanced/task_management.html#Task Collecting>`_ to collect results from every strategy. Get the instance of `Collector <../advanced/task_management.html#Task Collecting>`_ to collect results from every strategy.
This collector can be a basis as the signals preparation. This collector can be a basis as the signals preparation.
Args: Args:
**kwargs: the params for get_collector. **kwargs: the params for get_collector.