From 0af774a28f92b0fd6c2ba9ebcd8ce49f697a3eab Mon Sep 17 00:00:00 2001 From: yangdx Date: Tue, 4 Mar 2025 01:28:39 +0800 Subject: [PATCH] Fix linting --- lightrag/lightrag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/lightrag.py b/lightrag/lightrag.py index 21688b7d..a2d806b6 100644 --- a/lightrag/lightrag.py +++ b/lightrag/lightrag.py @@ -280,7 +280,7 @@ class LightRAG: UserWarning, stacklevel=2, ) - + # Remove these attributes to prevent their use if hasattr(self, "log_level"): delattr(self, "log_level")