Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
IonesioJunior committed Oct 1, 2024
1 parent 81b59d5 commit 1e2010a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/syft/src/syft/service/action/action_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,9 @@ def blob_permission(

if result_blob_id is not None:
blob_permissions = [blob_permission(x) for x in output_readers]
context.server.services.blob_storage.stash.add_permissions(blob_permissions)
context.server.services.blob_storage.stash.add_permissions(
blob_permissions
)

return set_result

Expand Down

0 comments on commit 1e2010a

Please sign in to comment.