From 8164c57b7ecf54913b4300bfba73312bd6c414d4 Mon Sep 17 00:00:00 2001 From: yangdx Date: Fri, 21 Feb 2025 14:59:50 +0800 Subject: [PATCH] Fix linting --- lightrag/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/utils.py b/lightrag/utils.py index ae7e8dce..ecaed2ab 100644 --- a/lightrag/utils.py +++ b/lightrag/utils.py @@ -59,7 +59,7 @@ logging.getLogger("httpx").setLevel(logging.WARNING) def set_logger(log_file: str, level: int = logging.DEBUG): """Set up file logging with the specified level. - + Args: log_file: Path to the log file level: Logging level (e.g. logging.DEBUG, logging.INFO)