We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1888c09 commit aceea08Copy full SHA for aceea08
supabase/_async/client.py
@@ -177,7 +177,9 @@ def storage(self):
177
def functions(self):
178
if self._functions is None:
179
self._functions = AsyncFunctionsClient(
180
- self.functions_url, self.options.headers, self.options.function_client_timeout
+ self.functions_url,
181
+ self.options.headers,
182
+ self.options.function_client_timeout,
183
)
184
return self._functions
185
0 commit comments