From ee96d8f940f7248dbc9a6b6cecbccd4c6f7fc24b Mon Sep 17 00:00:00 2001 From: Andrej Milicevic Date: Thu, 9 Oct 2025 11:00:54 +0200 Subject: [PATCH] chore: fix formatting --- cognee/tests/test_library.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cognee/tests/test_library.py b/cognee/tests/test_library.py index fe1a0bdfa..2933c77ba 100755 --- a/cognee/tests/test_library.py +++ b/cognee/tests/test_library.py @@ -94,8 +94,6 @@ async def main(): collection_names = await connection.table_names() assert len(collection_names) == 0, "LanceDB vector database is not empty" - - db_path = get_relational_engine().db_path dir_path = os.path.dirname(db_path) file_path = os.path.basename(db_path)