"vscode:/vscode.git/clone" did not exist on "e4fe2a5c8fcd0d31b0c4d8414f551bdb42b33bec"
Unverified Commit 3270caf6 authored by Wenwei Zhang's avatar Wenwei Zhang Committed by GitHub
Browse files

Fix lint issue (#1880)

parent 51b7a6d7
......@@ -89,7 +89,7 @@ def print_log(msg, logger=None, level=logging.INFO):
msg (str): The message to be logged.
logger (logging.Logger | str | None): The logger to be used.
Some special loggers are:
- "silent": no message will be printed.
- other str: the logger obtained with `get_root_logger(logger)`.
- None: The `print()` method will be used to print log messages.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment