Fix linting
This commit is contained in:
parent
1a1f934e27
commit
ac7e275932
1 changed files with 3 additions and 1 deletions
|
|
@ -523,7 +523,9 @@ class LightRAG:
|
|||
KnowledgeGraph: Knowledge graph containing nodes and edges
|
||||
"""
|
||||
|
||||
return await self.chunk_entity_relation_graph.get_knowledge_graph(node_label, max_depth, max_nodes)
|
||||
return await self.chunk_entity_relation_graph.get_knowledge_graph(
|
||||
node_label, max_depth, max_nodes
|
||||
)
|
||||
|
||||
def _get_storage_class(self, storage_name: str) -> Callable[..., Any]:
|
||||
import_path = STORAGES[storage_name]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue