From 976ac78e5ef8462b87ba5855740d8425509bfd47 Mon Sep 17 00:00:00 2001 From: hajdul88 <52442977+hajdul88@users.noreply.github.com> Date: Fri, 19 Dec 2025 07:53:36 +0100 Subject: [PATCH] ruff --- cognee/tests/test_permissions_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee/tests/test_permissions_example.py b/cognee/tests/test_permissions_example.py index 8201c6d6b..7b5bef443 100644 --- a/cognee/tests/test_permissions_example.py +++ b/cognee/tests/test_permissions_example.py @@ -149,4 +149,4 @@ async def test_permissions_example_flow(permissions_example_env): # user_1 can't add to user_2's dataset. with pytest.raises(PermissionDeniedError): - await cognee.add([explanation_file_path], dataset_id=quantum_dataset_id, user=user_1) \ No newline at end of file + await cognee.add([explanation_file_path], dataset_id=quantum_dataset_id, user=user_1)