From 2d2357d0e082c238fdd7e84b2183c459df111e20 Mon Sep 17 00:00:00 2001 From: vasilije Date: Sat, 12 Jul 2025 11:12:20 +0200 Subject: [PATCH] added formatting --- cognee/infrastructure/databases/graph/get_graph_engine.py | 2 -- 1 file changed, 2 deletions(-) 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)