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)