From c0e413889d349cfd759ca8118760e9189d8f603d Mon Sep 17 00:00:00 2001 From: hajdul88 <52442977+hajdul88@users.noreply.github.com> Date: Fri, 10 Oct 2025 16:00:27 +0200 Subject: [PATCH] ruff format --- cognee/tests/test_concurrent_subprocess_access.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cognee/tests/test_concurrent_subprocess_access.py b/cognee/tests/test_concurrent_subprocess_access.py index 2095ba66f..0121b1af7 100644 --- a/cognee/tests/test_concurrent_subprocess_access.py +++ b/cognee/tests/test_concurrent_subprocess_access.py @@ -27,9 +27,7 @@ async def concurrent_subprocess_access(): ) subprocess_directory_path = str( - pathlib.Path( - os.path.join(pathlib.Path(__file__).parent , "subprocesses/") - ).resolve() + pathlib.Path(os.path.join(pathlib.Path(__file__).parent, "subprocesses/")).resolve() ) writer_path = subprocess_directory_path + "/writer.py"