yangdx
commited on
Commit
·
0804695
1
Parent(s):
6ad6d1c
Fix linting
Browse files- lightrag/lightrag.py +1 -1
lightrag/lightrag.py
CHANGED
|
@@ -280,7 +280,7 @@ class LightRAG:
|
|
| 280 |
UserWarning,
|
| 281 |
stacklevel=2,
|
| 282 |
)
|
| 283 |
-
|
| 284 |
# Remove these attributes to prevent their use
|
| 285 |
if hasattr(self, "log_level"):
|
| 286 |
delattr(self, "log_level")
|
|
|
|
| 280 |
UserWarning,
|
| 281 |
stacklevel=2,
|
| 282 |
)
|
| 283 |
+
|
| 284 |
# Remove these attributes to prevent their use
|
| 285 |
if hasattr(self, "log_level"):
|
| 286 |
delattr(self, "log_level")
|