Skip to content

Commit c673c0d

Browse files
Change implementation, clean out
1 parent 13f4918 commit c673c0d

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
@@ -181,13 +181,6 @@ def functions(self):
181181
)
182182
return self._functions
183183

184-
def functionTimeout(self, timeout: int):
185-
"""Set function timeout"""
186-
if self._functions:
187-
assert timeout > 0, "Timeout must be positive." # No negative timeout.
188-
self._functions._client.timeout = min(
189-
int(timeout), 150
190-
) # >150 returns HTTP-504.
191184

192185
# async def remove_subscription_helper(resolve):
193186
# try:

0 commit comments

Comments
 (0)