From 636843fcf1a53955609b538e39d3a11c77a550b0 Mon Sep 17 00:00:00 2001 From: hajdul88 <52442977+hajdul88@users.noreply.github.com> Date: Mon, 13 Oct 2025 17:04:27 +0200 Subject: [PATCH] ruff fix --- cognee/tests/test_concurrent_subprocess_access.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee/tests/test_concurrent_subprocess_access.py b/cognee/tests/test_concurrent_subprocess_access.py index 167c31d14..447a08809 100644 --- a/cognee/tests/test_concurrent_subprocess_access.py +++ b/cognee/tests/test_concurrent_subprocess_access.py @@ -43,7 +43,7 @@ async def concurrent_subprocess_access(): writer_process.wait() reader_process.wait() - logger.info(f"Basic write read subprocess example finished") + logger.info("Basic write read subprocess example finished") await cognee.prune.prune_data() await cognee.prune.prune_system(metadata=True)