fix linting
This commit is contained in:
@@ -1634,6 +1634,4 @@ class LightRAG:
|
|||||||
|
|
||||||
def clear_cache(self, modes: list[str] | None = None) -> None:
|
def clear_cache(self, modes: list[str] | None = None) -> None:
|
||||||
"""Synchronous version of aclear_cache."""
|
"""Synchronous version of aclear_cache."""
|
||||||
return always_get_an_event_loop().run_until_complete(
|
return always_get_an_event_loop().run_until_complete(self.aclear_cache(modes))
|
||||||
self.aclear_cache(modes)
|
|
||||||
)
|
|
||||||
|
Reference in New Issue
Block a user