Skip to content

Commit 775cba8

Browse files
juancarlospacosilentworks
authored andcommitted
Change implementation, clean out
1 parent f6ad72c commit 775cba8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

supabase/_async/client.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,6 @@ def functions(self):
195195
)
196196
return self._functions
197197

198-
def functionTimeout(self, timeout: int):
199-
"""Set function timeout"""
200-
if self._functions:
201-
assert timeout > 0, "Timeout must be positive." # No negative timeout.
202-
self._functions._client.timeout = min(
203-
int(timeout), 150
204-
) # >150 returns HTTP-504.
205198

206199
# async def remove_subscription_helper(resolve):
207200
# try:

0 commit comments

Comments
 (0)