From 04012e872c09c698cac2a1525d63bb76c64f4b50 Mon Sep 17 00:00:00 2001 From: Olivier DEBAUCHE Date: Sat, 3 Aug 2024 22:18:46 +0200 Subject: [PATCH] Lint --- packages/syft/src/syft/client/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/syft/src/syft/client/api.py b/packages/syft/src/syft/client/api.py index 0ff9299bdfe..4b9e6d28400 100644 --- a/packages/syft/src/syft/client/api.py +++ b/packages/syft/src/syft/client/api.py @@ -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