Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Aug 3, 2024
1 parent bcc7fb0 commit 04012e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/syft/src/syft/client/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def function_call(

allowed = self.warning.show() if self.warning else True
if not allowed:
return
return None
result = self.make_call(api_call=api_call, cache_result=cache_result)

# TODO: annotate this on the service method decorator
Expand Down

0 comments on commit 04012e8

Please sign in to comment.