Fix linting

This commit is contained in:
yangdx
2025-03-04 01:28:39 +08:00
parent 9056994292
commit 0af774a28f

View File

@@ -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")