diff --git a/cognee/infrastructure/databases/graph/get_graph_engine.py b/cognee/infrastructure/databases/graph/get_graph_engine.py index aae3cdde9..c85ad1a9c 100644 --- a/cognee/infrastructure/databases/graph/get_graph_engine.py +++ b/cognee/infrastructure/databases/graph/get_graph_engine.py @@ -123,8 +123,6 @@ def create_graph_engine( password=graph_database_password, ) - - from .networkx.adapter import NetworkXAdapter graph_client = NetworkXAdapter(filename=graph_file_path)