We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97bbd1 commit 6f0d0acCopy full SHA for 6f0d0ac
supabase/_sync/client.py
@@ -191,7 +191,9 @@ def storage(self):
191
def functions(self):
192
if self._functions is None:
193
self._functions = SyncFunctionsClient(
194
- self.functions_url, self.options.headers, self.options.function_client_timeout
+ self.functions_url,
195
+ self.options.headers,
196
+ self.options.function_client_timeout,
197
)
198
return self._functions
199
0 commit comments