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__":