mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-11 14:56:55 +08:00
Fix private import
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
Collector module can collect objects from everywhere and process them such as merging, grouping, averaging and so on.
|
Collector module can collect objects from everywhere and process them such as merging, grouping, averaging and so on.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from libs.qlib.qlib.log import TimeInspector
|
from qlib.log import TimeInspector
|
||||||
from typing import Callable, Dict, List
|
from typing import Callable, Dict, List
|
||||||
from qlib.log import get_module_logger
|
from qlib.log import get_module_logger
|
||||||
from qlib.utils.serial import Serializable
|
from qlib.utils.serial import Serializable
|
||||||
|
|||||||
Reference in New Issue
Block a user