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)