fix: removes get_model_independent_graph method from abstract class as graphiti does not support networkx
This commit is contained in:
parent
19f885581d
commit
5e9471ebad
1 changed files with 0 additions and 4 deletions
|
|
@ -51,10 +51,6 @@ class GraphDBInterface(Protocol):
|
||||||
):
|
):
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
@abstractmethod
|
|
||||||
async def get_model_independent_graph_data(self):
|
|
||||||
raise NotImplementedError
|
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
async def get_graph_data(self):
|
async def get_graph_data(self):
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue