From 50a9fb91f26dffd76712837ddd57bb10de43a50f Mon Sep 17 00:00:00 2001 From: Daulet Amirkhanov Date: Tue, 19 Aug 2025 11:47:49 +0100 Subject: [PATCH] Apply suggestion from @daukadolt --- .../databases/graph/kuzu/test_adapter_s3_migration.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cognee/tests/unit/infrastructure/databases/graph/kuzu/test_adapter_s3_migration.py b/cognee/tests/unit/infrastructure/databases/graph/kuzu/test_adapter_s3_migration.py index fbf2c39b8..61f4b7e4f 100644 --- a/cognee/tests/unit/infrastructure/databases/graph/kuzu/test_adapter_s3_migration.py +++ b/cognee/tests/unit/infrastructure/databases/graph/kuzu/test_adapter_s3_migration.py @@ -119,7 +119,6 @@ def _load_adapter_with_stubs(monkeypatch): utils_mod2.JSONEncoder = object # shared.logging_utils.get_logger stub - shared_pkg = _install_stub("cognee.shared") logging_utils_mod = _install_stub("cognee.shared.logging_utils") class _Logger: