We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a66bdd commit b97bbd1Copy full SHA for b97bbd1
supabase/_async/client.py
@@ -191,7 +191,9 @@ def storage(self):
191
def functions(self):
192
if self._functions is None:
193
self._functions = AsyncFunctionsClient(
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