diff --git a/cognee/infrastructure/databases/graph/graph_db_interface.py b/cognee/infrastructure/databases/graph/graph_db_interface.py index b38fe610b..30acc1b95 100644 --- a/cognee/infrastructure/databases/graph/graph_db_interface.py +++ b/cognee/infrastructure/databases/graph/graph_db_interface.py @@ -51,10 +51,6 @@ class GraphDBInterface(Protocol): ): raise NotImplementedError - @abstractmethod - async def get_model_independent_graph_data(self): - raise NotImplementedError - @abstractmethod async def get_graph_data(self): raise NotImplementedError