mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 16:26:55 +08:00
Format
This commit is contained in:
@@ -11,10 +11,12 @@ from contextlib import contextmanager
|
|||||||
|
|
||||||
from .config import C
|
from .config import C
|
||||||
|
|
||||||
class QlibLogger(Logger,meta=):
|
|
||||||
'''
|
class QlibLogger:
|
||||||
|
"""
|
||||||
Customized logger for Qlib.
|
Customized logger for Qlib.
|
||||||
'''
|
"""
|
||||||
|
|
||||||
def __init__(self, module_name):
|
def __init__(self, module_name):
|
||||||
self.module_name = module_name
|
self.module_name = module_name
|
||||||
self.level = 0
|
self.level = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user