From cf87b833a0257a1de9a5d04f12bf5825cbdcc22d Mon Sep 17 00:00:00 2001 From: hajdul88 <52442977+hajdul88@users.noreply.github.com> Date: Mon, 13 Oct 2025 17:00:49 +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 16187eb4d..167c31d14 100644 --- a/cognee/tests/test_concurrent_subprocess_access.py +++ b/cognee/tests/test_concurrent_subprocess_access.py @@ -69,7 +69,7 @@ async def concurrent_subprocess_access(): first_cognify_process.wait() second_cognify_process.wait() - logger.info(f"Database concurrent subprocess example finished") + logger.info("Database concurrent subprocess example finished") if __name__ == "__main__":