1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-04 19:41:00 +08:00

Enable IDEs docstrings

This commit is contained in:
Jactus
2021-04-19 11:36:00 +08:00
parent cbf1fa721e
commit 6a05d4e255

View File

@@ -50,7 +50,7 @@ class QlibLogger(metaclass=MetaLogger):
return self.logger.__getattribute__(name)
def get_module_logger(module_name, level: Optional[int] = None):
def get_module_logger(module_name, level: Optional[int] = None) -> logging.Logger:
"""
Get a logger for a specific module.